From 59a962ec2521f80cafda91325adb167c1c8d83f5 Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Mon, 21 Dec 2020 18:06:36 +0100 Subject: . --- shell/zsh/zsh-git-prompt/zshrc.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'shell/zsh/zsh-git-prompt/zshrc.sh') 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%}" -- cgit v1.2.3-70-g09d2