From: andrew Date: Fri, 13 Feb 2015 05:59:04 +0000 (-0800) Subject: Colored Wizard aqua. X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=8826c0c08a0b80ad8fb85ab9ddee23bde612af0f;hp=2decd39d9f1ecfefde60879cbc0d785b72c7def7;p=clearscm.git Colored Wizard aqua. --- 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