From: Andrew DeFaria Date: Thu, 4 Aug 2016 13:48:19 +0000 (-0700) Subject: Fixed funny character in prompt X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=e11cc485f18f893338f6007cae9c7440745b42c1;p=clearscm.git Fixed funny character in prompt --- diff --git a/rc/functions b/rc/functions index 059d7cc..88a4ba0 100644 --- a/rc/functions +++ b/rc/functions @@ -61,7 +61,7 @@ function title_bar { "$TERM" = "vt100" -o \ "$TERM" = "xterm" -o \ "$TERM" = "xterm-256color" ]; then - PS1="\[\e]0;$prefix$current_dir\a\[$RED\]$ROOT\[$LIGHT_CYAN\]$SYSNAME:\[$WHITE\]" + PS1="\[\e]0;$prefix$current_dir\007\]\[$RED\]$ROOT\[$LIGHT_CYAN\]$SYSNAME:\[$WHITE\]" fi } # title_bar