From 0337653cb2db25f5777ed5215c222a464365048b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 3 Mar 2013 22:57:37 +1300 Subject: 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 --- bash/bashrc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bash') 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. -- cgit v1.2.3