mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Fix ls alias with grc.
This commit is contained in:
@@ -76,6 +76,9 @@ if command -v most >/dev/null 2>&1; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Enable grc if we have it
|
# Enable grc if we have it
|
||||||
|
if ls --version 2>&1 >/dev/null ; then
|
||||||
|
alias ls='ls --color -C'
|
||||||
|
fi
|
||||||
[[ -s "/etc/grc.zsh" ]] && source /etc/grc.zsh
|
[[ -s "/etc/grc.zsh" ]] && source /etc/grc.zsh
|
||||||
|
|
||||||
# Load any local settings
|
# Load any local settings
|
||||||
|
|||||||
Reference in New Issue
Block a user