first commit

This commit is contained in:
Jason Levine
2014-10-12 15:00:59 -04:00
commit 10c01deb3d
9 changed files with 237 additions and 0 deletions

12
.bash_profile Normal file
View File

@@ -0,0 +1,12 @@
# .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