Merge pull request #62 from ChoiZ/patch-2

Update gitprompt.sh
master
Martin Gondermann 12 years ago
commit 81e873768a
  1. 2
      gitprompt.sh

@ -100,7 +100,7 @@ function git_prompt_config()
# Please do not add colors to these symbols # Please do not add colors to these symbols
GIT_PROMPT_SYMBOLS_AHEAD="↑·" GIT_PROMPT_SYMBOLS_AHEAD="↑·"
GIT_PROMPT_SYMBOLS_BEHIND="↓·" GIT_PROMPT_SYMBOLS_BEHIND="↓·"
GIT_PROMPT_SYMBOLS_PREHASH=":" GIT_PROMPT_SYMBOLS_PREHASH=":"
fi fi
if [ "x${GIT_PROMPT_SHOW_LAST_COMMAND_INDICATOR}" == "x1" ]; then if [ "x${GIT_PROMPT_SHOW_LAST_COMMAND_INDICATOR}" == "x1" ]; then

Loading…
Cancel
Save