This commit is contained in:
David Tomaschik
2019-07-25 10:43:24 -07:00
parent 803712f0db
commit 699fc2ac66
2 changed files with 4 additions and 0 deletions

View File

@@ -75,5 +75,8 @@ if command -v most >/dev/null 2>&1; then
export PAGER="most"
fi
# Enable grc if we have it
[[ -s "/etc/grc.zsh" ]] && source /etc/grc.zsh
# Load any local settings
if [ -e $HOME/.zshrc.local ] ; then source $HOME/.zshrc.local ; fi