. /local/skel/all.bashrc
fi
-export CVSROOT=~/data/cvs
-
-export EDITOR=/usr/bin/emacs
-export TZ=CET
-
-case `uname -s` in
- *BSD)
- HOSTNAME=`hostname`
- DOMAINNAME=`hostname | cut -d. -f 2-`
- ;;
- Linux)
- HOSTNAME=`hostname -f`
- DOMAINNAME=`hostname -f | cut -d. -f 2-`
- ;;
-esac
-
-LS_OPTIONS="$LS_OPTIONS -B"
+if [ -f "$HOME/.environment" ]; then
+ . $HOME/.environment
+fi
ATTR_FET="\[\033[1m\]"
ATTR_UND="\[\033[4m\]"
export PS1="\u@\h:\w\$"
export PS2=">$";;
esac
-export WWW_HOME=http://localhost/~tfheen/services.html
-if test -x "$HOME/bin/lesspipe.sh"; then
- export LESSOPEN="|$HOME/bin/lesspipe.sh '%s'"
-fi
-export LESS="-m"
-export RSYNC_RSH=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
export LANG=no_NO
;;
esac
-export DEBEMAIL=tfheen@debian.org