export BACKGROUND
;;
- *term*|*rxvt*|vt100|screen*)
+ *rxvt*|screen*|*term*|vt100)
BACKGROUND=LIGHT
export BACKGROUND
;;
BROWSER="links2:links:elinks:w3m:lynx"
case "$TERM" in
- *term*|*rxvt*|vt100|screen*)
+ *rxvt*|screen*|*term*|vt100)
BROWSER="l:$BROWSER"
;;
esac
export OPS1
case "$TERM" in
- *term*|*rxvt*|vt100|screen*)
+ *rxvt*|screen*|*term*|vt100)
if [ -x "`which xtitle 2>/dev/null`" ]; then
PROMPT_COMMAND=xtitle
export PROMPT_COMMAND
highlight Question cterm=bold ctermfg=NONE
endif
- if (&term =~ "term") || (&term =~ "rxvt") || (&term =~ "vt100") || (&term =~ "screen")
+ if (&term =~ "rxvt") || (&term =~ "screen") || (&term =~ "term") || (&term =~ "vt100")
set <BS>=\7f
" 'autoselect' to always put selected text on the clipboard;