Skip to content

Commit

Permalink
fix(zsh): spaceship promot async issues
Browse files Browse the repository at this point in the history
the prompt didn't show anything due to known issues with async
  • Loading branch information
nweldev committed Aug 13, 2023
1 parent 7257aa5 commit 68723ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ export ZSH_CUSTOM="$HOME/.zsh-custom"
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="spaceship"

# See https://github.com/spaceship-prompt/spaceship-prompt/issues/1356
SPACESHIP_PROMPT_ASYNC=false

# Golang env
[[ -s "$HOME/.gvm/scripts/gvm" ]] && source "$HOME/.gvm/scripts/gvm"

Expand Down

0 comments on commit 68723ff

Please sign in to comment.