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