From 0cfbc08d619a658b05192f9ad6b7002a78b418b2 Mon Sep 17 00:00:00 2001 From: rallias Date: Fri, 22 Feb 2013 15:35:15 -0600 Subject: [PATCH] Apply proper shebang to this script SH is buggy. --- tools/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/install.sh b/tools/install.sh index 41f83e354..899777bba 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -1,3 +1,5 @@ +#!/bin/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"