aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-24 11:10:47 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-24 11:10:47 +1300
commit381b4fb3bffc7de981752052736aed14bfcbeb16 (patch)
tree137db2faa184826765372932287b3be75fa9f4b4
parentApparently this fixes a freezing bug in tmux. (diff)
downloaddotfiles-381b4fb3bffc7de981752052736aed14bfcbeb16.tar.gz
dotfiles-381b4fb3bffc7de981752052736aed14bfcbeb16.zip
This is really hard to get right.
-rw-r--r--bash/bashrc2
1 files changed, 1 insertions, 1 deletions
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.