# If this is an xterm set the title to user@host:dir
# itchy 2009-07-29
case "$TERM" in
xterm*|rxvt*|screen*)
    PS1='\[\e]0;\h \W\a\033[01;32m\]\h\[\033[00m\] \[\033[01;34m\]\w\[\033[00m\]\$ '
    ;;
*)
    PS1='\h \w\$ '
    ;;
esac
umask 077

PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11
export PATH

mesg n
#[ -f /usr/sbin/logname.sh ] && . /usr/sbin/logname.sh

#exim alias
alias maillog='tail -f /var/log/exim4/mainlog'
alias exim='exim4'

if [ -f ~/.bashrc ]; then
  . ~/.bashrc
fi
