diff options
Diffstat (limited to 'bash/.git-prompt-colors.sh')
-rw-r--r-- | bash/.git-prompt-colors.sh | 4 |
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} # " } |