Adding gnu-colors plugin for dir_colors and list-colors

This commit is contained in:
Andrew Schwartzmeyer 2013-03-31 08:23:06 +04:00
commit b6299678b2

View file

@ -0,0 +1,6 @@
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}