aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-03-03 22:57:37 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-03-03 22:57:37 +1300
commit0337653cb2db25f5777ed5215c222a464365048b (patch)
treeba969ef15174057e0c08104a9555366c16e049a2 /bash
parentDon't force screens for windows anymore (diff)
downloaddotfiles-0337653cb2db25f5777ed5215c222a464365048b.tar.gz
dotfiles-0337653cb2db25f5777ed5215c222a464365048b.zip
Trialling no terminal renaming escape codes
I've always used these so I wonder if I only think they're useful -- I seem to spend a lot of time renaming windows
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/bash/bashrc b/bash/bashrc
index fc9e94f4..63e91fa2 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -178,11 +178,6 @@ function prompt {
PROMPT_COMMAND='history -a'
PS1='\[\a\][\u@\h:\w]$(prompt return)$(prompt vcs)$(prompt jobs)\$'
PS1="${color_prompt}${PS1}${color_norm} "
- case "$TERM" in
- screen*) PS1='\[\ek\h\e\\\]'${PS1};;
- xterm*) PS1='\[\e]0;\h\a\]'${PS1};;
- rxvt*) PS1='\[\e]2;\h\a\]'${PS1};;
- esac
;;
# Revert to simple inexpensive prompt.