mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
No need to pass -C to ls.
This commit is contained in:
@@ -107,7 +107,7 @@ if [[ $- == *i* ]] ; then
|
||||
fi
|
||||
# Enable grc if we have it
|
||||
if ls --version 2>&1 >/dev/null ; then
|
||||
alias ls='ls --color -C'
|
||||
alias ls='ls --color'
|
||||
fi
|
||||
[[ -s "/etc/grc.zsh" ]] && source /etc/grc.zsh
|
||||
# Syntax highlighting and substring search
|
||||
|
||||
Reference in New Issue
Block a user