[zsh] fixed local config import
This commit is contained in:
@@ -14,7 +14,7 @@ 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]")\$ '
|
||||||
|
|
||||||
if [ -f "~/.zsh_local" ]
|
if [[ -a ~/.zshrc_local ]]
|
||||||
then
|
then
|
||||||
source ~/.zshrc_local
|
source ~/.zshrc_local
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user