Also load ~/.config/private/zshrc if present

This commit is contained in:
Kenneth Benzie 2023-02-16 10:26:38 +00:00
parent e7750cb0a9
commit d226ac7097

1
zshrc
View File

@ -184,6 +184,7 @@ frequent-directory Sandbox="$HOME/Sandbox"
# Load work related config
[ -f ~/.config/work/zshrc ] && source ~/.config/work/zshrc
[ -f ~/.config/private/zshrc ] && source ~/.config/private/zshrc
# Aliases
alias grep='grep --color=always'