aboutsummaryrefslogtreecommitdiff
path: root/bash/.git-prompt-colors.sh
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-09-27 13:25:11 -0400
committerTucker Evans <tuckerevans24@gmail.com>2019-09-27 13:25:11 -0400
commitcdc05b97222cd4b4dab9bf8c933e00e5b08df408 (patch)
treea81e7905442704be893cb4ea8a029aa63918dbab /bash/.git-prompt-colors.sh
parent7bb6ad6656fc93fad21d062905f58bef1c9cd7e2 (diff)
Update bash configs
Diffstat (limited to 'bash/.git-prompt-colors.sh')
-rw-r--r--bash/.git-prompt-colors.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/.git-prompt-colors.sh b/bash/.git-prompt-colors.sh
index ff8a38a..597cf50 100644
--- a/bash/.git-prompt-colors.sh
+++ b/bash/.git-prompt-colors.sh
@@ -11,7 +11,7 @@ override_git_prompt_colors() {
PathShort="\W";
GIT_PROMPT_PREFIX="["
- GIT_PROMPT_SUFFIX="]"
+ GIT_PROMPT_SUFFIX="]\n"
GIT_PROMPT_SEPARATOR=" "
GIT_PROMPT_STAGED="${Red}●${ResetColor}"
GIT_PROMPT_CONFLICTS="${Red}×${ResetColor}"
@@ -24,7 +24,7 @@ override_git_prompt_colors() {
GIT_PROMPT_COMMAND_FAIL="${Red}✘"
GIT_PROMPT_START_USER="${Cyan}${PathShort}${ResetColor}"
- GIT_PROMPT_END_USER="${ResetColor} $ "
+ GIT_PROMPT_END_USER="${ResetColor}> "
GIT_PROMPT_END_ROOT="${BoldRed} # "
}