From 88ee32fe5090571c8f0b24c5019bd2404e154bee Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Tue, 12 Oct 2021 16:42:16 -0500 Subject: [PATCH] Better dirty symbol --- zsh/configs/prompt.zsh.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/configs/prompt.zsh.local b/zsh/configs/prompt.zsh.local index e202e3d..118aea6 100644 --- a/zsh/configs/prompt.zsh.local +++ b/zsh/configs/prompt.zsh.local @@ -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%} "