aboutsummaryrefslogtreecommitdiff
path: root/shell/zsh/zsh-git-prompt/zshrc.sh
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2020-12-21 18:06:36 +0100
committerbozo.kopic <bozo@kopic.xyz>2020-12-21 18:06:36 +0100
commit59a962ec2521f80cafda91325adb167c1c8d83f5 (patch)
tree3b48743e5146b4fe02714cf92935c559a84d0b23 /shell/zsh/zsh-git-prompt/zshrc.sh
parent004162c05e42a2f2645ca06702567967b1d88961 (diff)
.
Diffstat (limited to 'shell/zsh/zsh-git-prompt/zshrc.sh')
-rw-r--r--shell/zsh/zsh-git-prompt/zshrc.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/shell/zsh/zsh-git-prompt/zshrc.sh b/shell/zsh/zsh-git-prompt/zshrc.sh
index d4010c1..901df64 100644
--- a/shell/zsh/zsh-git-prompt/zshrc.sh
+++ b/shell/zsh/zsh-git-prompt/zshrc.sh
@@ -97,11 +97,11 @@ ZSH_THEME_GIT_PROMPT_PREFIX="("
ZSH_THEME_GIT_PROMPT_SUFFIX=")"
ZSH_THEME_GIT_PROMPT_SEPARATOR="|"
ZSH_THEME_GIT_PROMPT_BRANCH="%{$fg_bold[magenta]%}"
-ZSH_THEME_GIT_PROMPT_STAGED="%{$fg[red]%}%{●%G%}"
-ZSH_THEME_GIT_PROMPT_CONFLICTS="%{$fg[red]%}%{✖%G%}"
-ZSH_THEME_GIT_PROMPT_CHANGED="%{$fg[blue]%}%{✚%G%}"
-ZSH_THEME_GIT_PROMPT_BEHIND="%{↓%G%}"
-ZSH_THEME_GIT_PROMPT_AHEAD="%{↑%G%}"
+ZSH_THEME_GIT_PROMPT_STAGED="%{$fg[red]%}%{● %G%}"
+ZSH_THEME_GIT_PROMPT_CONFLICTS="%{$fg[red]%}%{✖ %G%}"
+ZSH_THEME_GIT_PROMPT_CHANGED="%{$fg[blue]%}%{✚ %G%}"
+ZSH_THEME_GIT_PROMPT_BEHIND="%{↓ %G%}"
+ZSH_THEME_GIT_PROMPT_AHEAD="%{↑ %G%}"
ZSH_THEME_GIT_PROMPT_UNTRACKED="%{…%G%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[green]%}%{✔%G%}"