summaryrefslogtreecommitdiff
path: root/osx_setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'osx_setup.sh')
-rwxr-xr-xosx_setup.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/osx_setup.sh b/osx_setup.sh
index f9827778..d78e8f0e 100755
--- a/osx_setup.sh
+++ b/osx_setup.sh
@@ -11,15 +11,15 @@ fi
function current_shell {
case $SHELL in
*bash)
- echo ~/.bash_profile
+ echo ~/.bash_profile
;;
*zsh)
- echo ~/.zprofile
+ echo ~/.zprofile
;;
-
- /bin/sh
- echo ~/.profile
+
+ /bin/sh)
+ echo ~/.profile
;;
*)
@@ -28,7 +28,7 @@ function current_shell {
#Other shells can go here
esac
-}
+}
function install_compass {
rbenv install -s 2.2.3