Blame SOURCES/dot-bash_profile

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