diff options
author | Jon Newson <jon_newson@ieee.org> | 2016-03-04 13:45:04 +1100 |
---|---|---|
committer | Jon Newson <jon_newson@ieee.org> | 2016-03-04 13:45:04 +1100 |
commit | 5dfe6202e34974c120a240822b57ed020933a640 (patch) | |
tree | 7e51f1806d48f35b5e981256901e8a1badc375a7 | |
parent | 275f564efe0168d50135e1d6d7d26b916b936b12 (diff) |
Issue #624
-rwxr-xr-x | osx_setup.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/osx_setup.sh b/osx_setup.sh index c58270c7..ad330f18 100755 --- a/osx_setup.sh +++ b/osx_setup.sh @@ -17,15 +17,15 @@ function current_shell { *zsh) echo ~/.zprofile ;; - + /bin/sh echo ~/.profile ;; - - #Other shells can go here + + #Other shells can go here esac -} +} function install_compass { rbenv install -s 2.2.3 |