This commit is contained in:
Denis 2016-09-21 21:41:47 +00:00 committed by GitHub
commit cad391e6f5

View file

@ -23,7 +23,11 @@ else
fi
fi
zstyle ':completion:*' list-colors ''
if [ "x$LS_COLORS" = "x" ]; then
zstyle ':completion:*' list-colors ''
else
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
fi
# should this be in keybindings?
bindkey -M menuselect '^o' accept-and-infer-next-history