aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-24 13:19:44 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-24 13:19:44 +1300
commitbebedc1fb7b64a734d92f1479b5b49e41a4514e7 (patch)
tree8e311dfa16b06b392e585fbd8388c67794050a13
parentThis is really hard to get right. (diff)
downloaddotfiles-bebedc1fb7b64a734d92f1479b5b49e41a4514e7.tar.gz
dotfiles-bebedc1fb7b64a734d92f1479b5b49e41a4514e7.zip
Removed screen title-updating prompt.
Will revise this later. Interacting poorly with tmux and incremental history search.
-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}