Skip to content

Commit

Permalink
Disable async git prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
jfpedroza committed Apr 13, 2024
1 parent 0796e84 commit 7ca762e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zshrc
Expand Up @@ -84,6 +84,10 @@ plugins=(

fpath+=${ZSH_CUSTOM:-$ZSH/custom}/plugins/nix-zsh-completions

# Disable async prompt for git while it's fixed
# https://github.com/ohmyzsh/ohmyzsh/issues/12328
zstyle ':omz:alpha:lib:git' async-prompt no

source $ZSH/oh-my-zsh.sh

# User configuration
Expand Down

0 comments on commit 7ca762e

Please sign in to comment.