diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index ebc77fc9..00271a08 100644 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -45,6 +45,9 @@ zstyle ':vcs_info:hg*' get-revision true # If false, the dirty-check won't work zstyle ':vcs_info:hg*:*' branchformat "%b" # only show branch zstyle ':vcs_info:*' enable git hg +## Debugging +#zstyle ':vcs_info:*+*:*' debug true + ################################################################ # Prompt Segment Constructors ################################################################