diff --git a/.zshrc b/.zshrc index 1b379d11..2e9e9196 100644 --- a/.zshrc +++ b/.zshrc @@ -2,7 +2,10 @@ export PATH=$PATH:$HOME/bin # Now source some stuff that should not be public +if [ -e ~/.zshprivate ] +then source ~/.zshprivate +fi # History settings HISTSIZE=100000