mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-25 00:21:58 +00:00
Fixed actionformat color coding
This commit is contained in:
parent
cd5c2e7dcd
commit
9d8041fc76
1 changed files with 1 additions and 2 deletions
|
@ -791,8 +791,7 @@ prompt_vcs() {
|
||||||
VCS_DEFAULT_FORMAT="$VCS_CHANGESET_PREFIX%b%c%u%m"
|
VCS_DEFAULT_FORMAT="$VCS_CHANGESET_PREFIX%b%c%u%m"
|
||||||
zstyle ':vcs_info:*' formats "$VCS_DEFAULT_FORMAT"
|
zstyle ':vcs_info:*' formats "$VCS_DEFAULT_FORMAT"
|
||||||
|
|
||||||
zstyle ':vcs_info:*' actionformats "%b %F{${vcs_states['actionformat']}}| %a%f"
|
zstyle ':vcs_info:*' actionformats "%b %F{${vcs_states[actionformat]}}| %a%f"
|
||||||
# zstyle ':vcs_info:*' actionformats "%b %F{red}| %a%f"
|
|
||||||
|
|
||||||
zstyle ':vcs_info:*' stagedstr " $(print_icon 'VCS_STAGED_ICON')"
|
zstyle ':vcs_info:*' stagedstr " $(print_icon 'VCS_STAGED_ICON')"
|
||||||
zstyle ':vcs_info:*' unstagedstr " $(print_icon 'VCS_UNSTAGED_ICON')"
|
zstyle ':vcs_info:*' unstagedstr " $(print_icon 'VCS_UNSTAGED_ICON')"
|
||||||
|
|
Loading…
Reference in a new issue