From 5e380e5048b6b6e9e2af17ac5a2f37cf7a5fc224 Mon Sep 17 00:00:00 2001 From: Gert Pellin Date: Tue, 14 Mar 2017 18:53:46 +0100 Subject: [PATCH] Changed theme-name inside file --- themes/Minimal_UserHost.bgptheme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"