Skip to content

Commit

Permalink
zshrc: disable async git prompt because it doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
darylyu committed Apr 8, 2024
1 parent f2a80c0 commit 2daba06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zshrc
Expand Up @@ -61,6 +61,7 @@ alias fixvirtualenv="find ~/.virtualenvs/$1/ -type l -xtype l -delete && deactiv
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(vi-mode git python nvm)

zstyle ':omz:alpha:lib:git' async-prompt no
source $ZSH/oh-my-zsh.sh

# don't include vim swap files, compiled python files, and binary files when using grep
Expand Down

0 comments on commit 2daba06

Please sign in to comment.