|
|
|
|
@ -24,7 +24,7 @@ |
|
|
|
|
# Based on Minimal by Imbibinebe <imbibinebe@gmail.com> [https://github.com/imbibinebe] |
|
|
|
|
############################################################################## |
|
|
|
|
override_git_prompt_colors() { |
|
|
|
|
GIT_PROMPT_THEME_NAME="Minimal" |
|
|
|
|
GIT_PROMPT_THEME_NAME="Minimal_UserHost" |
|
|
|
|
|
|
|
|
|
#Overrides the prompt_callback function used by bash-git-prompt |
|
|
|
|
function prompt_callback { |
|
|
|
|
@ -66,4 +66,4 @@ override_git_prompt_colors() { |
|
|
|
|
GIT_PROMPT_COMMAND_FAIL="${BoldRed} ✘-_LAST_COMMAND_STATE_" # indicator if the last command returned with an exit code of other than 0 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
reload_git_prompt_colors "Minimal" |
|
|
|
|
reload_git_prompt_colors "Minimal_UserHost" |
|
|
|
|
|