From 223e222826dc8ae51b55f6110e4ec47ff197b47f Mon Sep 17 00:00:00 2001 From: andrew Date: Thu, 12 Feb 2015 21:59:04 -0800 Subject: [PATCH] Colored Wizard aqua. --- rc/functions | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rc/functions b/rc/functions index 458a69b..39f7058 100644 --- a/rc/functions +++ b/rc/functions @@ -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 -- 2.17.1