zsh: fix bang color
This commit is contained in:
parent
f127304069
commit
1fe4e338c8
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ typeset -A prompt_colors=(
|
|||
git_staged '6'
|
||||
git_untracked '1'
|
||||
git_unmerged '5'
|
||||
# bang '10'
|
||||
bang '10'
|
||||
)
|
||||
|
||||
precmd.is_git_repo() {
|
||||
|
|
Loading…
Reference in a new issue