aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 2e628c8..502ae26 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -9,6 +9,9 @@ zstyle ':completion:*' menu select
zstyle ':completion:*' use-cache on
zstyle ':completion:*' rehash yes
+# Colors for file completion
+zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
+
fpath=("$ZDOTDIR"/completion "${fpath[@]}")
autoload -Uz colors \