aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Ritter <dominik.ritter@pixelhouse.de>2015-03-29 19:09:27 +0300
committerDominik Ritter <dominik.ritter@pixelhouse.de>2015-03-29 19:09:27 +0300
commitf1518de92fd58f437fbb9fe37ca30452b2207125 (patch)
treecba8bab34e75b6841b53c4c9c158bb2acce7553c
parentdbcf3f74794282d6e652830af6cefd5110f70b9d (diff)
Debugging comment added.
-rw-r--r--powerlevel9k.zsh-theme3
1 files changed, 3 insertions, 0 deletions
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
################################################################