Index: app-shells/bash/files/bashrc =================================================================== --- app-shells/bash/files/bashrc (revision 18611) +++ app-shells/bash/files/bashrc (working copy) @@ -25,7 +25,7 @@ # Change the window title of X terminals case ${TERM} in - xterm*|rxvt*|Eterm|aterm|kterm|gnome*) + xterm*|rxvt*|Eterm|aterm|kterm|gnome*|interix) PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\007"' ;; screen)