Skip to content

Commit

Permalink
fix(shell): disable async prompt for git status
Browse files Browse the repository at this point in the history
  • Loading branch information
alvis committed Apr 20, 2024
1 parent 0a30213 commit 9f40b90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .common.zshrc
Expand Up @@ -105,6 +105,7 @@ plugins+=(zsh-nvm)
plugins+=(aws)

# source oh my zsh
zstyle ':omz:alpha:lib:git' async-prompt no # disable async prompt for git due to https://github.com/ohmyzsh/ohmyzsh/issues/12328
source $ZSH/oh-my-zsh.sh

# autosuggest the rest of a command
Expand Down

0 comments on commit 9f40b90

Please sign in to comment.