From cc646ed6f18ea3d6151123e612703561b44fa8b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20LASSERRE?= Date: Mon, 21 Jul 2014 16:02:26 +0200 Subject: [PATCH] Update gitprompt.sh Remove trailing whitespaces --- gitprompt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitprompt.sh b/gitprompt.sh index 5f106c6..262bec1 100755 --- a/gitprompt.sh +++ b/gitprompt.sh @@ -100,7 +100,7 @@ function git_prompt_config() # Please do not add colors to these symbols GIT_PROMPT_SYMBOLS_AHEAD="↑·" GIT_PROMPT_SYMBOLS_BEHIND="↓·" - GIT_PROMPT_SYMBOLS_PREHASH=":" + GIT_PROMPT_SYMBOLS_PREHASH=":" fi if [ "x${GIT_PROMPT_SHOW_LAST_COMMAND_INDICATOR}" == "x1" ]; then