X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Ffunctions;h=39f705839fc1fb22101e26683b029a06e5a3b2fd;hb=f4cba91d9cce314c632afe2e05987670c0d1813e;hp=458a69bbb653735a5b45e44b4c8252ff762cb49e;hpb=22e56e08ed2c1b9685b711e160c35f4679eec4f9;p=clearscm.git 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