From 2de1ebcfefbc58f27a70be7cd3ee77cf6cbdbb8c Mon Sep 17 00:00:00 2001 From: Dmitry Chumak Date: Sat, 13 Jul 2024 20:03:20 +0300 Subject: [PATCH] [zsh] reverted check of the zshrc_local existance --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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