ohmyzsh/plugins/gnu-colors/gnu-colors.plugin.zsh
2013-03-31 08:23:06 +04:00

6 lines
203 B
Bash

if type dircolors &> /dev/null; then
eval `dircolors ~/.dir_colors`
fi
# Temporary workaround for tab completion LS_COLORS; Issue #1563
zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}