From: Maximilian Friedersdorff Date: Tue, 28 Jun 2016 15:21:22 +0000 (+0100) Subject: Fix 'purple' color in bashrc bash prompt X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=ccba59cd06d0018f2aedb04f13c17c9cca94a7ad;hp=a665e14abfaa2081f3f6deef7568bc1e6885e4d9;p=max%2Fdotfiles.git Fix 'purple' color in bashrc bash prompt --- diff --git a/bash/.bashrc b/bash/.bashrc index dbf95c3..3cf998a 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -92,7 +92,7 @@ function __prompt_command() if [[ "$git_status" =~ nothing\ to\ commit ]]; then local Color_On=$GREEN elif [[ "$git_status" =~ nothing\ added\ to\ commit\ but\ untracked\ files\ present ]]; then - local Color_On=$PURPLE + local Color_On=$CYAN else local Color_On=$RED fi