aboutsummaryrefslogtreecommitdiff
path: root/powerlevel9k.zsh-theme
diff options
context:
space:
mode:
authorBen Hilburn <bhilburn@gmail.com>2016-03-04 00:58:42 +0300
committerBen Hilburn <bhilburn@gmail.com>2016-03-04 00:58:42 +0300
commit9d8041fc7669fc539a4d7afecbe9d2d6024d30ba (patch)
tree160af0c2fdc95bf827c315136701fa282252e596 /powerlevel9k.zsh-theme
parentcd5c2e7dcde9adbf70776eba06ea235195fe3cdb (diff)
Fixed actionformat color coding
Diffstat (limited to 'powerlevel9k.zsh-theme')
-rwxr-xr-xpowerlevel9k.zsh-theme3
1 files changed, 1 insertions, 2 deletions
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme
index 25ecd968..72d37318 100755
--- a/powerlevel9k.zsh-theme
+++ b/powerlevel9k.zsh-theme
@@ -791,8 +791,7 @@ prompt_vcs() {
VCS_DEFAULT_FORMAT="$VCS_CHANGESET_PREFIX%b%c%u%m"
zstyle ':vcs_info:*' formats "$VCS_DEFAULT_FORMAT"
- zstyle ':vcs_info:*' actionformats "%b %F{${vcs_states['actionformat']}}| %a%f"
- # zstyle ':vcs_info:*' actionformats "%b %F{red}| %a%f"
+ zstyle ':vcs_info:*' actionformats "%b %F{${vcs_states[actionformat]}}| %a%f"
zstyle ':vcs_info:*' stagedstr " $(print_icon 'VCS_STAGED_ICON')"
zstyle ':vcs_info:*' unstagedstr " $(print_icon 'VCS_UNSTAGED_ICON')"