From 2b703dc700a79eeaecfd4dfa93a3bd0b472ff559 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Thu, 21 Feb 2013 19:24:47 +0100 Subject: [PATCH] no emoji in hombebrew --- shell/homebrew | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shell/homebrew b/shell/homebrew index 377ceba..4e57e41 100755 --- a/shell/homebrew +++ b/shell/homebrew @@ -11,3 +11,7 @@ test -d /usr/local/share/python3 && PATH="/usr/local/share/python3:$PATH" test -d /usr/local/share/python && PATH="/usr/local/share/python:$PATH" export PATH + +# no emoji +HOMEBREW_NO_EMOJI="you bet" +export HOMEBREW_NO_EMOJI