mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Add grc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user