[zsh] fix importing local config

This commit is contained in:
2024-07-04 21:48:46 +03:00
parent 2ae741def7
commit c5981f5eb2

View File

@@ -12,4 +12,8 @@ setopt histignoredups
source ~/.dotfiles/git/git-prompt.sh
setopt PROMPT_SUBST ; PS1='%n@%m %c$(__git_ps1 " [%s]")\$ '
source ~/.zshrc_local
if [ -f "~/.zsh_local" ]
then
source ~/.zshrc_local
fi