1
0
Fork 0

zsh: fix bang color

This commit is contained in:
Von Random 2023-08-03 19:52:44 +03:00
parent f127304069
commit 1fe4e338c8

View file

@ -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() {