From 374237f6825050ecbc5ee1fe6bdd91c76d6b82d2 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 20 Aug 2014 23:52:05 +0200 Subject: [PATCH] Replace /usr/bin/env with env Some environments (such as Android) does not have /usr/bin. --- tools/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index 774a4b8b9..a6c79b5f5 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -46,6 +46,5 @@ echo "\033[0;32m"' /____/ ....is no echo "\033[0;32m"' (Stibbons version) '"\033[0m" echo "\n\n \033[0;32mPlease look over the ~/.zshrc file to select plugins, themes, and options.\033[0m" echo "\n\n \033[0;32mp.s. Follow us at http://twitter.com/ohmyzsh.\033[0m" -echo "\n\n \033[0;32mp.p.s. Get stickers and t-shirts at http://shop.planetargon.com.\033[0m" env zsh . ~/.zshrc