[zsh] fixed local config import

This commit is contained in:
Dmitry Chumak
2024-07-13 18:21:57 +03:00
parent 34de0841b9
commit 84c92e76a2

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 [ -f "~/.zsh_local" ]
if [[ -a ~/.zshrc_local ]]
then
source ~/.zshrc_local
fi