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