diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-06 22:10:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-06 22:10:22 +0000 |
commit | f4edf2022fcd9c8eeb8a8513292b63a39dfbaa0a (patch) | |
tree | 9b24a6993f5960b032424b8e0b8ec61e6dafc3eb /app-shells/bash/files | |
parent | stabilize for security #98121 (diff) | |
download | historical-f4edf2022fcd9c8eeb8a8513292b63a39dfbaa0a.tar.gz historical-f4edf2022fcd9c8eeb8a8513292b63a39dfbaa0a.tar.bz2 historical-f4edf2022fcd9c8eeb8a8513292b63a39dfbaa0a.zip |
remove eterm from the list since the real Eterm uses Eterm and some crappy elisp terminals use eterm and dont support title changing
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-shells/bash/files')
-rw-r--r-- | app-shells/bash/files/dot-bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bash/files/dot-bashrc b/app-shells/bash/files/dot-bashrc index fa84bfff345a..78ab5d2adda3 100644 --- a/app-shells/bash/files/dot-bashrc +++ b/app-shells/bash/files/dot-bashrc @@ -1,5 +1,5 @@ # /etc/skel/.bashrc: -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/files/dot-bashrc,v 1.2 2005/07/06 12:32:50 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/files/dot-bashrc,v 1.3 2005/07/06 22:10:22 vapier Exp $ # # This file is sourced by all *interactive* bash shells on startup, # including some apparently interactive shells such as scp and rcp @@ -28,7 +28,7 @@ alias ls="ls --color=auto" # Change the window title of X terminals case $TERM in - xterm*|rxvt*|Eterm|eterm) + xterm*|rxvt*|Eterm) PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\007"' ;; screen) |