[zsh] fix importing local config
This commit is contained in:
@@ -12,4 +12,8 @@ setopt histignoredups
|
|||||||
|
|
||||||
source ~/.dotfiles/git/git-prompt.sh
|
source ~/.dotfiles/git/git-prompt.sh
|
||||||
setopt PROMPT_SUBST ; PS1='%n@%m %c$(__git_ps1 " [%s]")\$ '
|
setopt PROMPT_SUBST ; PS1='%n@%m %c$(__git_ps1 " [%s]")\$ '
|
||||||
source ~/.zshrc_local
|
|
||||||
|
if [ -f "~/.zsh_local" ]
|
||||||
|
then
|
||||||
|
source ~/.zshrc_local
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user