# .bash_profile -*- sh -*-

umask 022

# Get the aliases and functions

if [ -f /local/skel/all.bash_profile ]; then
   . /local/skel/all.bash_profile
fi

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

# User specific environment and startup programs

ENV=$HOME/.bashrc
USERNAME=""

export USERNAME ENV

test -x /usr/games/fortune && /usr/games/fortune
if [ -e /Users/tfheen/.nix-profile/etc/profile.d/nix.sh ]; then . /Users/tfheen/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
