No need to pass -C to ls.

This commit is contained in:
David Tomaschik
2019-11-01 18:11:38 -07:00
parent 5c2289e283
commit b8607f4bdc

View File

@@ -107,7 +107,7 @@ if [[ $- == *i* ]] ; then
fi fi
# Enable grc if we have it # Enable grc if we have it
if ls --version 2>&1 >/dev/null ; then if ls --version 2>&1 >/dev/null ; then
alias ls='ls --color -C' alias ls='ls --color'
fi fi
[[ -s "/etc/grc.zsh" ]] && source /etc/grc.zsh [[ -s "/etc/grc.zsh" ]] && source /etc/grc.zsh
# Syntax highlighting and substring search # Syntax highlighting and substring search