summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Harvey2015-08-03 08:46:53 +0000
committerJames Harvey2015-08-03 08:46:53 +0000
commit5351c1f16a3e0ec8e12786dbf988905b78a2aaaf (patch)
treee62e63780304f22e54d70e5d73527305886d2389
parent8f4ab33cee410eeb6d34da30c41138e5eaaf9175 (diff)
downloadaur-5351c1f16a3e0ec8e12786dbf988905b78a2aaaf.tar.gz
Fixed copy/paste typo causing user prompts to end # rather than $, and root prompts to not have a proper second line
-rw-r--r--.SRCINFO2
-rw-r--r--Default_Arch.bgptheme2
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 143fb4bd0a59..387b039e1ef6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = bash-git-prompt
source = Default_Arch.bgptheme
md5sums = SKIP
md5sums = db6f83999124b7fa660310a8d6624f70
- md5sums = 8e4f18f5cfb65bdc5a94adb0477188ce
+ md5sums = 879555792d1b4c0ddef7cd81b0a3e35c
pkgname = bash-git-prompt
diff --git a/Default_Arch.bgptheme b/Default_Arch.bgptheme
index b39a1720fe5c..cafb7f846a1e 100644
--- a/Default_Arch.bgptheme
+++ b/Default_Arch.bgptheme
@@ -10,7 +10,7 @@ override_git_prompt_colors() {
GIT_PROMPT_SYMBOLS_AHEAD="↑"
GIT_PROMPT_SYMBOLS_BEHIND="↓"
GIT_PROMPT_END_USER=" \n${White}[\u@\h] ${Time12a}${ResetColor} $ "
- GIT_PROMPT_END_USER=" \n${White}[\u@\h] ${Time12a}${ResetColor} # "
+ GIT_PROMPT_END_ROOT=" \n${White}[\u@\h] ${Time12a}${ResetColor} # "
}
reload_git_prompt_colors "Default Arch"
diff --git a/PKGBUILD b/PKGBUILD
index e839a5f34306..d94ae527819b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ source=("git+https://github.com/magicmonty/${pkgname}"
'Default_Arch.bgptheme')
md5sums=('SKIP'
'db6f83999124b7fa660310a8d6624f70'
- '8e4f18f5cfb65bdc5a94adb0477188ce')
+ '879555792d1b4c0ddef7cd81b0a3e35c')
install='bash-git-prompt.install'
prepare() {