Browse Source

.bash/prompt.in: changed to render title for screen

master
Alejandro Mery 16 years ago
parent
commit
92781628a6
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      .bash/prompt.in

+ 3
- 2
.bash/prompt.in

@ -10,8 +10,9 @@ function eliteprompt() {
local TITLEBAR=''
case $TERM in
putty|xterm*|rxvt)
TITLEBAR='\[\033]0;\u@\h ('$TTY') \w\007\]' ;;
screen|putty|xterm*|rxvt)
TITLEBAR='\[\033]0;\u@\h ('$TTY') \w\007\]'
;;
*)
TITLEBAR='' ;;
esac

Loading…
Cancel
Save