summaryrefslogtreecommitdiff
path: root/.zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zsh/zshrc')
-rw-r--r--.zsh/zshrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.zsh/zshrc b/.zsh/zshrc
index ece7d6c..6ce8761 100644
--- a/.zsh/zshrc
+++ b/.zsh/zshrc
@@ -112,6 +112,12 @@ if [[ $ZSH_VERSION == 4.3.<->* ]]; then
zstyle ":vcs_info:*" get-revision true
zstyle ":vcs_info:*" check-for-changes true
zstyle ":vcs_info:*" max-exports 1
+
+ # hg stuff
+ zstyle ":vcs_info:hg:*" unstagedstr '*'
+ zstyle ":vcs_info:hg:*" hgrevformat '%r'
+
+ # bzr stuff
zstyle ":vcs_info:bzr:*" unstagedstr '*'
if type bzr NOE; then