mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
4 lines
93 B
Bash
4 lines
93 B
Bash
|
if [[ -n "$LS_COLORS" ]]; then
|
||
|
zstyle ':completion:*' list-colors "${(@s.:.)LS_COLORS}"
|
||
|
fi
|