diff options
Diffstat (limited to 'dot_zshrc.tmpl')
-rw-r--r-- | dot_zshrc.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 440d86f..5169add 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -112,6 +112,8 @@ for f in $HOME/.zsh/p10k.zsh $HOME/.zsh/powerlevel10k/powerlevel10k.zsh-theme; d done if [[ -f $HOME/.zsh/powerlevel10k/gitstatus/gitstatusd-$(uname) ]]; then GITSTATUS_DAEMON=$HOME/.zsh/powerlevel10k/gitstatus/gitstatusd-$(uname); +elif [[ ! -f $HOME/.zsh/powerlevel10k/gitstatus/gitstatusd ]]; then + POWERLEVEL9K_DISABLE_GITSTATUS=true fi # Alias/custom commands |