fix theme
This commit is contained in:
parent
81ccb3d491
commit
c81a45e957
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ function prompt_steeef_precmd {
|
|||
branch_format="${_prompt_steeef_colors[1]}%b%f%u%c"
|
||||
fi
|
||||
|
||||
zstyle ':vcs_info:*:prompt:*' formats "${_prompt_steeef_colors[6]}on%f git:${branch_format}"
|
||||
zstyle ':vcs_info:*:prompt:*' formats "${_prompt_steeef_colors[6]}on%f git:${branch_format}" "%r"
|
||||
|
||||
vcs_info 'prompt'
|
||||
|
||||
|
@ -100,7 +100,7 @@ function prompt_steeef_setup {
|
|||
zstyle ':vcs_info:*:prompt:*' unstagedstr "${unstaged_format}"
|
||||
zstyle ':vcs_info:*:prompt:*' stagedstr "${staged_format}"
|
||||
zstyle ':vcs_info:*:prompt:*' actionformats "${branch_format}${action_format}"
|
||||
zstyle ':vcs_info:*:prompt:*' formats "${branch_format}"
|
||||
zstyle ':vcs_info:*:prompt:*' formats "${branch_format}" "%r"
|
||||
zstyle ':vcs_info:*:prompt:*' nvcsformats ""
|
||||
|
||||
# Set python-info parameters.
|
||||
|
|
Loading…
Add table
Reference in a new issue