export EDITOR=/usr/bin/emacs
export TZ=CET
+if which `domainname` 2>&1 >/dev/null; then
+ DOMAIN=`domainname`
+elif which `hostname` 2>&1 >/dev/null; then
+ DOMAIN=`hostname -d`
+fi
+
LS_OPTIONS="$LS_OPTIONS -B"
ATTR_FET="\[\033[1m\]"
export PS2=">$";;
esac
export WWW_HOME=http://localhost/~tfheen/services.html
-export LESSOPEN="|$HOME/bin/lesspipe.sh '%s'"
+if test -x "$HOME/bin/lesspipe.sh"; then
+ export LESSOPEN="|$HOME/bin/lesspipe.sh '%s'"
+fi
export LESS="-m"
export RSYNC_RSH="/usr/bin/ssh"
export CVS_RSH=ssh
export PILOTRATE=115200
export PILOTPORT=/dev/tts/0
alias mirror="wget --mirror --no-parent --convert-links -P $HOME/data/www-mirror "
-case `domainname` in
+
+case "$DOMAIN" in
pvv)
# Sigh, no locale here, at least not uniformly.
;;