aboutsummaryrefslogtreecommitdiff
path: root/local/.bash_profile
blob: fdd06ac2dd35aa7ac3bfdd67981e19ab76d63172 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin

export PATH
unset USERNAME