summaryrefslogtreecommitdiff
path: root/osx_setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'osx_setup.sh')
-rw-r--r--[-rwxr-xr-x]osx_setup.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/osx_setup.sh b/osx_setup.sh
index d78e8f0e..f899b227 100755..100644
--- a/osx_setup.sh
+++ b/osx_setup.sh
@@ -21,7 +21,7 @@ function current_shell {
/bin/sh)
echo ~/.profile
;;
-
+
*)
echo "Your shell isn't supported yet!"
;;
@@ -39,6 +39,8 @@ function install_compass {
export PATH=$PATH:~/.rbenv/versions/2.2.3/bin
echo "export PATH=$PATH:~/.rbenv/versions/2.2.3/bin" >> $(current_shell)
echo 'eval "$(rbenv init -)"' >> $(current_shell)
+ echo "export PATH=$PATH:~/.rbenv/versions/2.2.3/bin" >> $(current_shell)
+ echo 'eval "$(rbenv init -)"' >> $(current_shell)
}
function install_rbenv {