[zsh] reverted check of the zshrc_local existance

This commit is contained in:
Dmitry Chumak
2024-07-13 20:03:20 +03:00
parent 9b60dd3c82
commit 2de1ebcfef

View File

@@ -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