use environment path for executing installer with zsh

This commit is contained in:
Matthias Lohr 2014-05-27 22:40:07 +02:00
commit b7dcb3d453

View file

@ -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"