summarylogtreecommitdiffstats
path: root/bash-git-prompt.install
diff options
context:
space:
mode:
Diffstat (limited to 'bash-git-prompt.install')
-rw-r--r--bash-git-prompt.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/bash-git-prompt.install b/bash-git-prompt.install
index ef7e4ffecdf1..33c1e85df7cc 100644
--- a/bash-git-prompt.install
+++ b/bash-git-prompt.install
@@ -13,6 +13,18 @@ post_install() {
GIT_PROMPT_THEME=Default_Arch
source /usr/lib/bash-git-prompt/gitprompt.sh
fi
+
+ NOTE: To have the colors shown by 'git status' match the Default_Arch theme,
+ add the following to your ~/.gitconfig:
+
+ [color "status"]
+ branch = magenta
+ untracked = cyan
+ unmerged = yellow
+
+ And if you want boilerplate to be less prominent, also:
+
+ header = bold black
"
}