]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - bash/.bashrc
Fix 'purple' color in bashrc bash prompt
[max/dotfiles.git] / 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