X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Ffunctions;h=88a4ba09e4d23e3565242fb4e37532f56c406540;hb=cdf82bd9260a447239dd1aba26b107f7804e1a81;hp=059d7cc10338d579289e36564ebb7864433a4722;hpb=5ed6aa97576a9eb55c92f92f010ddd0b135b8f9e;p=clearscm.git 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