From: Andrea Zagli Date: Tue, 11 Aug 2015 09:36:07 +0000 (+0200) Subject: Cambio colori di bash-git-promt. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=5bc31a8ac26755750177fd8da7df9af8866d7856;p=msys2 Cambio colori di bash-git-promt. --- diff --git a/tools/git-prompt-colors.sh b/tools/git-prompt-colors.sh index b0a1dfe..ecd14c9 100644 --- a/tools/git-prompt-colors.sh +++ b/tools/git-prompt-colors.sh @@ -15,8 +15,10 @@ override_git_prompt_colors() { # GIT_PROMPT_BRANCH="${Magenta}" # the git branch that is active in the current directory # GIT_PROMPT_STAGED="${Red}●" # the number of staged files/directories + GIT_PROMPT_STAGED="${Red}● " # the number of staged files/directories # GIT_PROMPT_CONFLICTS="${Red}✖ " # the number of files in conflict # GIT_PROMPT_CHANGED="${Blue}✚ " # the number of changed files + GIT_PROMPT_CHANGED="${BrightBlue}✚ " # the number of changed files # GIT_PROMPT_REMOTE=" " # the remote branch name (if any) and the symbols for ahead and behind # GIT_PROMPT_UNTRACKED="${Cyan}…" # the number of untracked files/dirs