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:
parent
de7d95bac8
commit
88ee32fe50
@ -17,7 +17,7 @@ update_git_prompt() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $VCS_STATUS_HAS_UNSTAGED == 1 ]]; then
|
if [[ $VCS_STATUS_HAS_UNSTAGED == 1 ]]; then
|
||||||
GIT_PROMPT+="%{$fg_bold[red]%}∗%{$reset_color%}"
|
GIT_PROMPT+="%{$fg_bold[red]%}*%{$reset_color%}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
GIT_PROMPT+="%{$fg[blue]%}]%{$reset_color%} "
|
GIT_PROMPT+="%{$fg[blue]%}]%{$reset_color%} "
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user