mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
No need to pass -C to ls.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user