Changed theme-name inside file

master
Gert Pellin 9 years ago committed by GitHub
parent 7e695b36b9
commit 5e380e5048
  1. 4
      themes/Minimal_UserHost.bgptheme

@ -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"

Loading…
Cancel
Save