Created
March 31, 2010 09:23
-
-
Save andrewmcdonough/350125 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<...existing universal settings...> | |
case `uname` in | |
'Darwin') | |
# Mac specific settings | |
<...put Mac specific settings in here...> | |
# End Mac specific settings | |
;; | |
'Linux') | |
# Linux specific settings | |
<...put Linux specific settings in here...> | |
# End Linux specific settings | |
;; | |
esac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment