diff --git a/zsh/zshrc b/zsh/zshrc index 0ad24bb..396e22b 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -12,4 +12,8 @@ setopt histignoredups source ~/.dotfiles/git/git-prompt.sh setopt PROMPT_SUBST ; PS1='%n@%m %c$(__git_ps1 " [%s]")\$ ' -source ~/.zshrc_local + +if [ -f "~/.zsh_local" ] +then + source ~/.zshrc_local +fi