# .bash_profile # Get the aliases and functions #if [ -f ~/.bashrc ]; then # . ~/.bashrc #fi if [ -f ~/.tcsh ]; then . ~/.tcsh fi # User specific environment and startup programs PATH=$PATH:$HOME/bin #BASH_ENV=$HOME/.bashrc TCSH_ENV=$HOME/.tcsh USERNAME="" #export USERNAME BASH_ENV PATH export USERNAME TCSH_ENV PATH