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