diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 \ |