This commit is contained in:
David Tomaschik
2019-08-19 14:54:09 -07:00
13 changed files with 1579 additions and 1324 deletions

View File

@@ -76,5 +76,11 @@ if command -v most >/dev/null 2>&1; then
export PAGER="most"
fi
# 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
# Load any local settings
if [ -e $HOME/.zshrc.local ] ; then source $HOME/.zshrc.local ; fi