From 8373caab1598e88340ace891614d66727f7836b6 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Tue, 21 May 2024 10:33:41 +0200 Subject: [PATCH] Disable async prompt which breaks git --- zsh/config.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/config.zsh b/zsh/config.zsh index c696eeb..6408e26 100644 --- a/zsh/config.zsh +++ b/zsh/config.zsh @@ -21,7 +21,7 @@ DISABLE_AUTO_TITLE="true" # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/me # Example format: plugins=(rails git textmate ruby lighthouse) plugins=(git myjump pass $ZSH_EXTRA_PLUGINS) - +zstyle ':omz:alpha:lib:git' async-prompt no source $ZSH/oh-my-zsh.sh # Source gulp completion