## ~/.bash_profile -*-shell-script-*- # # Jason Blevins # # Created: Raleigh, July 10, 2004 # Last Modified: March 11, 2008 # Include aliases and functions from .bashrc if it exists. if [ -f ~/.bashrc ]; then . ~/.bashrc fi