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