From 5bc31a8ac26755750177fd8da7df9af8866d7856 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Tue, 11 Aug 2015 11:36:07 +0200 Subject: [PATCH] Cambio colori di bash-git-promt. --- tools/git-prompt-colors.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.49.0