From 381b4fb3bffc7de981752052736aed14bfcbeb16 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 24 Feb 2012 11:10:47 +1300 Subject: This is really hard to get right. --- bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/bashrc b/bash/bashrc index 2d04871f..28138d27 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -70,7 +70,7 @@ case "$TERM" in # Set title of screen/tmux window. screen*) - PS1="\ek\h\e\\\\"${PS1} + PS1="\[\ek\h\e\\\\\a\]"${PS1} ;; # Set xterm title, use 256 colors. -- cgit v1.2.3