From 168d33c3ab5ae0ad794e0771d1c6376b12360518 Mon Sep 17 00:00:00 2001 From: oGre Date: Tue, 15 Sep 2015 16:24:43 +0200 Subject: [PATCH] Fixed name everywhere and documentation --- themes/TruncatedPwd_WindowTitle_NoExitState.bgptheme | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/TruncatedPwd_WindowTitle_NoExitState.bgptheme b/themes/TruncatedPwd_WindowTitle_NoExitState.bgptheme index 09f1ba9..f0bb330 100644 --- a/themes/TruncatedPwd_WindowTitle_NoExitState.bgptheme +++ b/themes/TruncatedPwd_WindowTitle_NoExitState.bgptheme @@ -6,7 +6,7 @@ # # The prompt will use a Debian-style on the form # -# [user@host: ] [bash-git-prompt-info] +# [user@host: ] [bash-git-prompt-info] # HH:MM $ # # The window title will have the form @@ -14,14 +14,14 @@ # # Example usage: # if [ -f ~/.bash-git-prompt/gitprompt.sh ]; then -# GIT_PROMPT_THEME=TruncatedPwd_WindowTitle +# GIT_PROMPT_THEME=TruncatedPwd_WindowTitle_NoExitState # source ~/.bash-git-prompt/gitprompt.sh # fi # # oGre [https://github.com/ogr3] ############################################################################## override_git_prompt_colors() { - GIT_PROMPT_THEME_NAME="TruncatedPwd_WindowTitle" + GIT_PROMPT_THEME_NAME="TruncatedPwd_WindowTitle_NoExitState" #Sets the window title to the given argument string function gp_set_title { @@ -51,4 +51,4 @@ override_git_prompt_colors() { GIT_PROMPT_END_ROOT="\n${White}${Time12a}${ResetColor} # " } -reload_git_prompt_colors "TruncatedPwd_WindowTitle" +reload_git_prompt_colors "TruncatedPwd_WindowTitle_NoExitState"