diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2016-03-04 00:58:42 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2016-03-04 00:58:42 +0300 |
commit | 9d8041fc7669fc539a4d7afecbe9d2d6024d30ba (patch) | |
tree | 160af0c2fdc95bf827c315136701fa282252e596 /powerlevel9k.zsh-theme | |
parent | cd5c2e7dcde9adbf70776eba06ea235195fe3cdb (diff) |
Fixed actionformat color coding
Diffstat (limited to 'powerlevel9k.zsh-theme')
-rwxr-xr-x | powerlevel9k.zsh-theme | 3 |
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')" |