aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bashrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 28138d27..20960eaa 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -68,11 +68,6 @@ fi
# Terminal-specific settings.
case "$TERM" in
- # Set title of screen/tmux window.
- screen*)
- PS1="\[\ek\h\e\\\\\a\]"${PS1}
- ;;
-
# Set xterm title, use 256 colors.
xterm*)
PS1="\[\e]0;\h\a\]"${PS1}