Removed declares in git-prompt-colors.sh as they are not compatible with the Bash on MacOS X

master
Martin Gondermann 11 years ago
parent 839de0333f
commit 8a8e068e66
  1. 12
      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"

Loading…
Cancel
Save