FS#1782 - /etc/profile $TERM check should look for xterm-xfree86 too
|
Details
if [ "$TERM" = "xterm" -o "$TERM" = "xterm-color" -o "$TERM"
= "rxvt" ]; then
PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\007"' fi xterm-xfree86 is a valid TERM type as well and the one that's supposed to be used with our config. |
This task depends upon