aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
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