summaryrefslogtreecommitdiffstats
path: root/.bash_profile
blob: 55136b96f7b5901dec91127071e2b5f2031caea8 (plain)
1
2
3
4
5
6
7
8
# .bash_profile

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

# User specific environment and startup programs