diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..bdca013 --- /dev/null +++ b/.bash_profile @@ -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 -)" +