Colored Wizard aqua.
authorandrew <Andrew@DeFaria.com>
Fri, 13 Feb 2015 05:59:04 +0000 (21:59 -0800)
committerandrew <Andrew@DeFaria.com>
Fri, 13 Feb 2015 05:59:04 +0000 (21:59 -0800)
rc/functions

index 458a69b..39f7058 100644 (file)
@@ -59,7 +59,8 @@ function title_bar {
     string=$(echo "${SYSNAME##*:}:$@")
     echo -n "${ESC}]2;$string\007"
   elif [ "$TERM" = "cygwin" -o "$TERM" = "vt100" -o "$TERM" = "xterm" ]; then
-    PS1="\[\e]0;$prefix$current_dir\a$ROOT\e[01;33m\]$SYSNAME:\[\e[0m\]"
+    # Here's where we set the prompt with root
+    PS1="\[\e]0;$prefix$current_dir\a$AQUA\]$ROOT\[$YELLOW\]$SYSNAME:\[$NORMAL\]"
   fi
 } # title_bar