From a4c480af4b57d5b219cb900ba014e41f94f00f1a Mon Sep 17 00:00:00 2001 From: kn1cht Date: Wed, 19 Oct 2016 13:01:42 +0900 Subject: [PATCH] Added .bash_profile --- .bash_profile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .bash_profile 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 -)" +