summarylogtreecommitdiffstats
path: root/Default_Arch.bgptheme
diff options
context:
space:
mode:
authorJames Harvey2015-08-03 08:46:53 +0000
committerJames Harvey2015-08-03 08:46:53 +0000
commit5351c1f16a3e0ec8e12786dbf988905b78a2aaaf (patch)
treee62e63780304f22e54d70e5d73527305886d2389 /Default_Arch.bgptheme
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
Diffstat (limited to 'Default_Arch.bgptheme')
-rw-r--r--Default_Arch.bgptheme2
1 files changed, 1 insertions, 1 deletions
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"