From 8a8e068e6682ef2720f01ff25d1fb6c8a2b1a96f Mon Sep 17 00:00:00 2001 From: Martin Gondermann Date: Thu, 28 Aug 2014 21:30:48 +0200 Subject: [PATCH] Removed declares in git-prompt-colors.sh as they are not compatible with the Bash on MacOS X --- git-prompt-colors.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/git-prompt-colors.sh b/git-prompt-colors.sh index aa76a49..7eff7c7 100644 --- a/git-prompt-colors.sh +++ b/git-prompt-colors.sh @@ -1,17 +1,5 @@ # These are the color definitions used by gitprompt.sh -declare -g GIT_PROMPT_PREFIX -declare -g GIT_PROMPT_SUFFIX -declare -g GIT_PROMPT_SEPARATOR -declare -g GIT_PROMPT_BRANCH -declare -g GIT_PROMPT_STAGED -declare -g GIT_PROMPT_CONFLICTS -declare -g GIT_PROMPT_CHANGED -declare -g GIT_PROMPT_REMOTE -declare -g GIT_PROMPT_UNTRACKED -declare -g GIT_PROMPT_STASHED -declare -g GIT_PROMPT_CLEAN - local Time12a="\$(date +%H:%M)" local PathShort="\w"