]> git.phdru.name Git - dotfiles.git/blob - bin/l
Set LESS_TERMCAP_* for light and dark backgrounds
[dotfiles.git] / bin / l
1 #! /bin/sh
2
3 case "$TERM" in
4    *rxvt*|screen*|*term*|vt100)
5       TERM=xterm
6       export TERM
7
8       xtitle "links@${HOSTNAME}"
9       exec links2 "$@"
10    ;;
11
12    *)echo "Wrong TERM" >&2
13    ;;
14 esac