summarylogtreecommitdiffstats
path: root/bash-git-prompt.install
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-12 02:46:40 -0400
committerJames P. Harvey2018-10-13 14:40:36 -0400
commitc74fd9968193e94087fb59e2e58e94cfd22be39a (patch)
tree1205168f85a2de4a96c502e1bcbbdd295a27448b /bash-git-prompt.install
parent852cf4b451c45d4a7305f2fa31d560ba74d55bd3 (diff)
downloadaur-c74fd9968193e94087fb59e2e58e94cfd22be39a.tar.gz
Bumped pkgver. Added new upstream themes. Fixed typos in install file.
Diffstat (limited to 'bash-git-prompt.install')
-rw-r--r--bash-git-prompt.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/bash-git-prompt.install b/bash-git-prompt.install
index 33c1e85df7cc..cef5117be77d 100644
--- a/bash-git-prompt.install
+++ b/bash-git-prompt.install
@@ -4,7 +4,7 @@ post_install() {
NOTE: To use bash-git-prompt, you should add the following to your
/etc/bash.bashrc or ~/.bashrc:
- if [ -f %{/usr/lib/bash-git-prompt/gitprompt.sh ]; then
+ 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
# To use upstream's default theme
@@ -17,7 +17,7 @@ post_install() {
NOTE: To have the colors shown by 'git status' match the Default_Arch theme,
add the following to your ~/.gitconfig:
- [color "status"]
+ [color \"status\"]
branch = magenta
untracked = cyan
unmerged = yellow
@@ -37,7 +37,7 @@ post_remove() {
by doing one of the following:
* Restarting your shells (relogging in each of them)
- * Starting new shells (running "bash" in each of them)
+ * Starting new shells (running \"bash\" in each of them)
* Rebooting
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^