diff options
author | Dominik Ritter <dominik.ritter@pixelhouse.de> | 2015-03-22 19:36:54 +0300 |
---|---|---|
committer | Dominik Ritter <dominik.ritter@pixelhouse.de> | 2015-03-22 19:36:54 +0300 |
commit | 59ef2a610664c2891f7a9a81751d4e195d3337ab (patch) | |
tree | fbf8ae0d0b5878c02d8c8f2fe3e296ec7e3afaa0 /powerlevel9k.zsh-theme | |
parent | 2d6971622911962badbf44504618535a4a97991e (diff) |
First part: added Mercurial support.
Diffstat (limited to 'powerlevel9k.zsh-theme')
-rw-r--r-- | powerlevel9k.zsh-theme | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index 21bb9b40..4a3ceac9 100644 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -33,12 +33,12 @@ RIGHT_SEGMENT_SEPARATOR='' setopt prompt_subst autoload -Uz vcs_info zstyle ':vcs_info:*' stagedstr " %F{black}✚%f" -zstyle ':vcs_info:git:*' unstagedstr " %F{black}●%f" -zstyle ':vcs_info:git*' actionformats " %b %F{red}| %a%f" -zstyle ':vcs_info:git*' formats " %b%c%u%m" +zstyle ':vcs_info:*' unstagedstr " %F{black}●%f" +zstyle ':vcs_info:*' actionformats " %b %F{red}| %a%f" +zstyle ':vcs_info:*' formats " %b%c%u%m" zstyle ':vcs_info:*' check-for-changes true zstyle ':vcs_info:git*+set-message:*' hooks git-untracked git-aheadbehind git-remotebranch git-tagname -zstyle ':vcs_info:*' enable git +zstyle ':vcs_info:*' enable git hg ################################################################ # Prompt Segment Constructors |