summaryrefslogtreecommitdiff
path: root/osx_setup.sh
diff options
context:
space:
mode:
authorJon Newson <jon_newson@ieee.org>2016-03-06 17:16:46 +1100
committerJon Newson <jon_newson@ieee.org>2016-03-06 17:16:46 +1100
commitfdc7b5aac56b40f49bba813f30b701be22d16c01 (patch)
tree75605b41004e427c01a67578d9777e7ab87ed6ad /osx_setup.sh
parentf514a947df344412cd54b28d6ee137c4da73c68b (diff)
Issue #624
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