From fdc7b5aac56b40f49bba813f30b701be22d16c01 Mon Sep 17 00:00:00 2001 From: Jon Newson Date: Sun, 6 Mar 2016 17:16:46 +1100 Subject: Issue #624 --- osx_setup.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'osx_setup.sh') 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 -- cgit v1.2.3