From 859be3c948c6958e6c89740688d977005c5d2732 Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Fri, 28 Aug 2015 08:58:11 -0700 Subject: [PATCH] tips-n-tricks: document HOMBREW_INSTALL_BADGE --- share/doc/homebrew/Tips-N'-Tricks.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/share/doc/homebrew/Tips-N'-Tricks.md b/share/doc/homebrew/Tips-N'-Tricks.md index 472fd25cdc..5829931d5b 100644 --- a/share/doc/homebrew/Tips-N'-Tricks.md +++ b/share/doc/homebrew/Tips-N'-Tricks.md @@ -118,7 +118,14 @@ $ brew irb export HOMEBREW_NO_EMOJI=1 ``` -This sets the HOMEBREW_NO_EMOJI environment variable, causing homebrew to hide all emoji. +This sets the HOMEBREW_NO_EMOJI environment variable, causing Homebrew +to hide all emoji. + +The beer emoji can also be replaced with other character(s): + +```bash +export HOMEBREW_INSTALL_BADGE="☕️ 🐸" +``` ## Editor plugins