diff --git a/themes/Minimal_UserHost.bgptheme b/themes/Minimal_UserHost.bgptheme index f95b97b..bb619b0 100644 --- a/themes/Minimal_UserHost.bgptheme +++ b/themes/Minimal_UserHost.bgptheme @@ -24,7 +24,7 @@ # Based on Minimal by Imbibinebe [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"