dotfiles/zsh/zstyle.zsh
2019-09-11 18:18:29 +03:00

4 lines
93 B
Bash

if [[ -n "$LS_COLORS" ]]; then
zstyle ':completion:*' list-colors "${(@s.:.)LS_COLORS}"
fi