Fixed funny character in prompt
authorAndrew DeFaria <Andrew@DeFaria.com>
Thu, 4 Aug 2016 13:48:19 +0000 (06:48 -0700)
committerAndrew DeFaria <Andrew@DeFaria.com>
Thu, 4 Aug 2016 13:48:19 +0000 (06:48 -0700)
rc/functions

index 059d7cc..88a4ba0 100644 (file)
@@ -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