]> git.friedersdorff.com Git - max/dotfiles.git/commitdiff
Fix 'purple' color in bashrc bash prompt
authorMaximilian Friedersdorff <maxf130@gmail.com>
Tue, 28 Jun 2016 15:21:22 +0000 (16:21 +0100)
committerMaximilian Friedersdorff <maxf130@gmail.com>
Tue, 28 Jun 2016 15:21:22 +0000 (16:21 +0100)
bash/.bashrc

index dbf95c3bcf3f5473cbf00cca2aaefad8e3f3e989..3cf998a6047a9e4ca9da5f73f8a6d34be1679569 100644 (file)
@@ -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