Skip to content

Commit

Permalink
Added .bash_profile
Browse files Browse the repository at this point in the history
  • Loading branch information
kn1cht committed Oct 19, 2016
1 parent ecdc7da commit a4c480a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .bash_profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
if [ -f ~/.bashrc ] ; then
. ~/.bashrc
fi

PATH="$HOME/.rbenv/bin:$PATH"
PATH="$PATH":/Users/RYK6U0327/isrb2
PATH="$PATH:"/Applications/microchip/xc8/v1.35/bin""
PATH=/opt/local/bin:/opt/local/sbin:$PATH
eval "$(rbenv init -)"

0 comments on commit a4c480a

Please sign in to comment.