Skip to content

Commit

Permalink
add workaround for ohmyzsh/ohmyzsh#12328
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 7, 2024
1 parent dc6e77c commit f82d496
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .zshrc
Expand Up @@ -11,6 +11,9 @@ DISABLE_UNTRACKED_FILES_DIRTY="true"

plugins=(git tmux sudo extract tmuxinator docker)

# Workaround for https://github.com/ohmyzsh/ohmyzsh/issues/12328
zstyle ':omz:alpha:lib:git' async-prompt no

source $ZSH/oh-my-zsh.sh

# Environment
Expand Down

0 comments on commit f82d496

Please sign in to comment.