Browse Source

.bash/prompt.in: Changed to set title for screen-256color too

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

+ 1
- 1
.bash/prompt.in

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

Loading…
Cancel
Save