aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorAlec Goncharow <alec@goncharow.dev>2024-02-04 22:09:19 -0500
committerAlec Goncharow <alec@goncharow.dev>2024-02-04 22:09:19 -0500
commit7b68e7fc57b741d053698dd5e21c1833b151e377 (patch)
treef8519e5e0d256f8d636ef26409d02bedf93faba6 /.zshrc
parent89aa144dd982b73ab40bde5b347b5681c81fb0df (diff)
sync
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 7590429..fc102cc 100644
--- a/.zshrc
+++ b/.zshrc
@@ -144,6 +144,7 @@ source ~/.fzf/shell/key-bindings.zsh
fpath=(~/code/github/zig/shell-completions $fpath)
export LS_COLORS="$(vivid generate catppuccin-mocha)"
+zstyle ':completion:*:default' list-colors "$LS_COLORS"
if [[ -f "$HOME/.zig/env" ]]; then
source ~/.zig/env