diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/theme-and-appearance.zsh | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/theme-and-appearance.zsh b/lib/theme-and-appearance.zsh index a3bb24677..12bcd2849 100644 --- a/lib/theme-and-appearance.zsh +++ b/lib/theme-and-appearance.zsh @@ -24,6 +24,9 @@ if [[ "$DISABLE_LS_COLORS" != "true" ]]; then      fi      ls --color -d . &>/dev/null && alias ls='ls --color=tty' || alias ls='ls -G' + +    # Take advantage of $LS_COLORS for completion as well. +    zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}"    fi  fi  | 
