summarylogtreecommitdiffstats
path: root/bash-git-prompt.install
diff options
context:
space:
mode:
authorJames Harvey2015-08-02 00:56:05 +0000
committerJames Harvey2015-08-02 00:56:05 +0000
commit8f4ab33cee410eeb6d34da30c41138e5eaaf9175 (patch)
tree4fb98161670552a1a33be24bbad9cd3cdbbe1443 /bash-git-prompt.install
parent5d5b970d13614d3cfbf1520972453e641f7c12ef (diff)
downloadaur-8f4ab33cee410eeb6d34da30c41138e5eaaf9175.tar.gz
Removed optional patch. Replaced with instructions on how to set in /etc/bash.bashrc or ~/.bashrc either upstream's default theme, or this maintainer's slightly modified default theme.
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