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