diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index d72d90cf9..246a69287 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -1,3 +1,7 @@ +if [ -f $ZSH/custom/path/path.zsh ]; then + source $ZSH/custom/path/path.zsh +fi + # Check for updates on initial load... if [ "$DISABLE_AUTO_UPDATE" != "true" ] then