Fix ls colors

This commit is contained in:
David Tomaschik
2021-11-15 10:36:20 -08:00
parent 50948acee4
commit 2779322b24

View File

@@ -107,7 +107,7 @@ if [[ $- == *i* ]] ; then
source /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh source /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh
fi fi
if command ls --version >/dev/null 2>&1 ; then if command ls --version >/dev/null 2>&1 ; then
alias ls="$(whence -p ls) --color -C" alias ls="$(whence -p ls) --color=auto -C"
fi fi
# Syntax highlighting and substring search # Syntax highlighting and substring search
if test -f /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ; then if test -f /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ; then