1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Better dirty symbol

This commit is contained in:
Daniel Barber 2021-10-12 16:42:16 -05:00
parent de7d95bac8
commit 88ee32fe50

View File

@ -17,7 +17,7 @@ update_git_prompt() {
fi
if [[ $VCS_STATUS_HAS_UNSTAGED == 1 ]]; then
GIT_PROMPT+="%{$fg_bold[red]%}%{$reset_color%}"
GIT_PROMPT+="%{$fg_bold[red]%}*%{$reset_color%}"
fi
GIT_PROMPT+="%{$fg[blue]%}]%{$reset_color%} "