dotfiles/zsh/zstyle.zsh

4 lines
93 B
Bash
Raw Normal View History

2019-09-11 15:08:00 +00:00
if [[ -n "$LS_COLORS" ]]; then
zstyle ':completion:*' list-colors "${(@s.:.)LS_COLORS}"
fi