From 3e15c152733347fd78891f281915c1c81d9bb281 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 24 Feb 2012 01:59:54 +1300 Subject: Terminal tweaking. --- bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash') 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. -- cgit v1.2.3