From 39f94dd5556a638c74592d7cdf167792a9425d1f Mon Sep 17 00:00:00 2001 From: Michael Darling Date: Mon, 11 May 2015 22:49:26 -0400 Subject: [PATCH] get_prompt_help() failed sourcing themes/Default.bgptheme, unless called from the bash-git-prompt directory. Fixed by adding "{__GIT_PROMPT_DIR}/". --- git-prompt-help.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-prompt-help.sh b/git-prompt-help.sh index d1fe751..bd1596e 100755 --- a/git-prompt-help.sh +++ b/git-prompt-help.sh @@ -4,7 +4,7 @@ git_prompt_help() { source ${__GIT_PROMPT_DIR}/prompt-colors.sh - source themes/Default.bgptheme + source ${__GIT_PROMPT_DIR}/themes/Default.bgptheme cat <|]