# .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi MAILPATH=/var/spool/mail/$USER for i in `echo ~/Mail/[^.]*|grep -v outbox` do MAILPATH=$MAILPATH:$i done export MAILPATH unset i # User specific environment and startup programs PATH=$HOME/bin:$PATH:/usr/local/bin ENV=$HOME/.bashrc USERNAME="virus" CDPATH=./:/etc/rc.d/:/var/:/usr/:/usr/local/ IRCNICK=[Virus] MAIL=$HOME/Mail/log MAILCHECK=30 SCREENDIR=/tmp/uscreens/S-virus CALENDAR_DIR=~/.calendar/ eval `dircolors` shopt -s cdspell checkwinsize hostcomplete dotglob export USERNAME ENV PATH CDPATH IRCNICK SCREENDIR MAILCHECK CALENDAR_DIR umask 007 ~/bin/calendar echo "**************************** TODO ****************************" cat ~/.todo