Files
tilde.etcskel/.bash_profile
Jason Levine 10c01deb3d first commit
2014-10-12 15:00:59 -04:00

13 lines
176 B
Bash

# .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