Add bin path

This commit is contained in:
Andrew Tomaka 2012-11-30 13:36:26 -05:00
parent 8c1692dc9c
commit 8ab464bcd5

View file

@ -28,3 +28,5 @@ fi
# Ripped from Doug - color based on return code
PS1="$PS1\$(if [ \$? = 0 ]; then echo -e \"\$\"; else echo -e \"\[\033[0;31m\]\$\"; fi)\[\033[0m\] "
# Add bin to path
PATH=$PATH:$HOME/bin