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.install6
1 files changed, 5 insertions, 1 deletions
diff --git a/bash-git-prompt.install b/bash-git-prompt.install
index 9596c0fe74cd..ef7e4ffecdf1 100644
--- a/bash-git-prompt.install
+++ b/bash-git-prompt.install
@@ -5,8 +5,12 @@ post_install() {
/etc/bash.bashrc or ~/.bashrc:
if [ -f %{/usr/lib/bash-git-prompt/gitprompt.sh ]; then
+ # To only show the git prompt in or under a repository directory
# GIT_PROMPT_ONLY_IN_REPO=1
- GIT_PROMPT_THEME=Default
+ # To use upstream's default theme
+ # GIT_PROMPT_THEME=Default
+ # To use upstream's default theme, modified by arch maintainer
+ GIT_PROMPT_THEME=Default_Arch
source /usr/lib/bash-git-prompt/gitprompt.sh
fi