X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=bash%2F.bashrc;h=3cf998a6047a9e4ca9da5f73f8a6d34be1679569;hb=ccba59cd06d0018f2aedb04f13c17c9cca94a7ad;hp=dbf95c3bcf3f5473cbf00cca2aaefad8e3f3e989;hpb=a665e14abfaa2081f3f6deef7568bc1e6885e4d9;p=max%2Fdotfiles.git 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