aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-24 01:59:54 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-24 01:59:54 +1300
commit3e15c152733347fd78891f281915c1c81d9bb281 (patch)
tree6fc54cb66ef9a1a1d0c80896e4a1be38d1e41e18
parentCustom PS2 prompt. (diff)
downloaddotfiles-3e15c152733347fd78891f281915c1c81d9bb281.tar.gz
dotfiles-3e15c152733347fd78891f281915c1c81d9bb281.zip
Terminal tweaking.
-rw-r--r--bash/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc b/bash/bashrc
index d06a9bb9..f3f0febf 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -75,7 +75,7 @@ case "$TERM" in
# Set title of screen/tmux window.
screen*)
- PS1="\[\ek\h\e\\\\\]"${PS1}
+ PS1="\ek\h\e\\\\"${PS1}
;;
# Set xterm title, use 256 colors.