diff --git a/zsh/zshrc b/zsh/zshrc index f0f7350..83649bc 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -14,7 +14,7 @@ setopt histignoredups source ~/.dotfiles/git/git-prompt.sh setopt PROMPT_SUBST ; PS1='%n@%m %c$(__git_ps1 " [%s]")\$ ' -if [[ -a ~/.zshrc_local ]] +if [ -f ~/.zshrc_local ] then source ~/.zshrc_local fi