mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Re-fix grc ls options.
This commit is contained in:
@@ -106,8 +106,8 @@ if [[ $- == *i* ]] ; then
|
|||||||
source /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh
|
source /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh
|
||||||
fi
|
fi
|
||||||
# Enable grc if we have it
|
# Enable grc if we have it
|
||||||
if ls --version 2>&1 >/dev/null ; then
|
if command ls --version 2>&1 >/dev/null ; then
|
||||||
alias ls='ls --color'
|
alias ls="$(whence -p ls) --color -C"
|
||||||
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