aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.