From 1873d9bbc508c15797f3155cabb729c9fd7a371e Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 30 May 2016 09:03:18 +0200 Subject: [PATCH] detect el caplitain --- zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zprofile b/zprofile index 69dbbda..0c576d7 100644 --- a/zprofile +++ b/zprofile @@ -11,7 +11,7 @@ export NVM_DIR="$HOME/.nvm" # Dist related settings ######################## case $OSTYPE in - "darwin14.0" ) + "darwin14.0"|"darwin15.0" ) export PATH="$(brew --prefix coreutils)/libexec/gnubin:/usr/local/bin:$PATH" export MANPATH="$(brew --prefix coreutils)/libexec/gnuman:$MANPATH" #eval $(ssh-agent -s)