diff --git a/zsh/zshrc b/zsh/zshrc index fd2c7b2..f0f7350 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 [ -f "~/.zsh_local" ] +if [[ -a ~/.zshrc_local ]] then source ~/.zshrc_local fi