Disable async prompt which breaks git
This commit is contained in:
parent
44fe03b9de
commit
8373caab15
|
@ -21,7 +21,7 @@ DISABLE_AUTO_TITLE="true"
|
||||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/me
|
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/me
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
plugins=(git myjump pass $ZSH_EXTRA_PLUGINS)
|
plugins=(git myjump pass $ZSH_EXTRA_PLUGINS)
|
||||||
|
zstyle ':omz:alpha:lib:git' async-prompt no
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
# Source gulp completion
|
# Source gulp completion
|
||||||
|
|
Loading…
Reference in New Issue