--- /dev/null
+# .bash_profile
+
+# Get the aliases and functions
+if [ -f ~/.bashrc ]; then
+ . ~/.bashrc
+fi
+
+# User specific environment and startup programs
+
+PATH=$HOME/bin:$HOME/usr/bin:$PATH
+ENV=$HOME/.bashrc
+USERNAME=""
+
+export USERNAME ENV PATH
+
+
+/usr/games/fortune
--- /dev/null
+# .bashrc
+
+# User specific aliases and functions
+
+# This files should only contain environment variables and such. Do
+# not run any programs in here. Their output will be presenet in
+# 'less' and other commands which spawn a shell.
+
+# Source global definitions
+if [ -f /etc/bashrc ]; then
+ . /etc/bashrc
+fi
+export CVSROOT=~/data/cvs
+
+export EDITOR=/usr/bin/emacs
+export TZ=CET
+
+LS_OPTIONS="$LS_OPTIONS -B"
+
+ATTR_FET="\[\033[1m\]"
+ATTR_UND="\[\033[4m\]"
+ATTR_INV="\[\033[7m\]"
+ATTR_AV="\[\033[m\]"
+case $TERM in
+ linux|xterm|ansi|linux-lat)
+ export PS1="${ATTR_FET}\u@\h:\w\\\$${ATTR_AV}"
+ alias ls="ls --color=tty -FN $LS_OPTIONS"
+ export PS2="${ATTR_FET}>${ATTR_AV}";;
+ *)
+ alias ls="ls -FN $LS_OPTIONS"
+ export PS1="\u@\h:\w\$"
+ export PS2=">$";;
+esac
+export WWW_HOME=http://localhost/~tfheen/services.html
+export LESSOPEN="|$HOME/bin/lesspipe.sh '%s'"
+export LESS="-m"
+export RSYNC_RSH="/usr/bin/ssh"
+export CVS_RSH="/usr/bin/ssh"
+export PILOTRATE=115200
+export PILOTPORT=/dev/tts/0
+alias mirror="wget --mirror --no-parent --convert-links -P $HOME/data/www-mirror "
+
+export LANG=no_NO
+export MAIL=/var/spool/mail/tfheen
+export DEBEMAIL=tfheen@debian.org