From b7dcb3d45396d7f2f8d8c30ee17ed09432a5fa6a Mon Sep 17 00:00:00 2001 From: Matthias Lohr Date: Tue, 27 May 2014 22:40:07 +0200 Subject: [PATCH] use environment path for executing installer with zsh --- tools/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/install.sh b/tools/install.sh index a2bd5665a..adc37fd94 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -1,3 +1,5 @@ +#!/usr/bin/env zsh + if [ -d ~/.oh-my-zsh ] then echo "\033[0;33mYou already have Oh My Zsh installed.\033[0m You'll need to remove ~/.oh-my-zsh if you want to install"