aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-08-19 20:49:28 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-08-19 20:49:28 +1200
commitc7749b9b25abfaba5a3a7782ba872cd803c38dd1 (patch)
treeb1a5fcf4adb3dd1b4dc46f1b3b9dd29fe6b2ec50 /bash
parentFix italic support in terminfo (diff)
downloaddotfiles-c7749b9b25abfaba5a3a7782ba872cd803c38dd1.tar.gz
dotfiles-c7749b9b25abfaba5a3a7782ba872cd803c38dd1.zip
Don't bother with xterm titles
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 964d005b..9c148aaf 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -180,7 +180,6 @@ function prompt {
PS1="${color_prompt}${PS1}${color_norm} "
case "$TERM" in
screen*) PS1='\[\ek\h\e\\\]'${PS1};;
- xterm*) PS1='\[\e]0;\h\a\]'${PS1};;
esac
;;