diff options
-rw-r--r-- | bash-git-prompt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-git-prompt b/bash-git-prompt index e3159fc..44bd8ea 100644 --- a/bash-git-prompt +++ b/bash-git-prompt @@ -2,7 +2,7 @@ set -o pipefail -[[ "$TERM" = *-color ]] && mitFarbe=true || mitFarbe=false +[[ "$TERM" = *color ]] && mitFarbe=true || mitFarbe=false [ -z "$PS1Start" ] && [ -z "$PS1Ende" ] && if echo "$PS1" | grep -q "\S" |