From bc3c07d197e010e080af2e44cd896828be10e0ff Mon Sep 17 00:00:00 2001 From: Samuel John Date: Tue, 13 Nov 2012 12:50:24 +0100 Subject: Give a fresh 🍺 after hard work of brew install - Name of the brewed formula in "Summary" heading. - At the beginning of the summary line a 🍺 is given out (but only on Lion or above). This acts as a nice visual marker for the end of a brew-ing process. - When brewing a dependency, the name is highlighted in green. - `oh1` is bold, too (like ohai). Closes Homebrew/homebrew#16020. Signed-off-by: Mike McQuaid --- Library/Homebrew/utils.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/utils.rb') diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index d91df676b..150cf3c76 100644 --- a/Library/Homebrew/utils.rb +++ b/Library/Homebrew/utils.rb @@ -42,7 +42,7 @@ end def oh1 title title = title.to_s[0, Tty.width - 4] if $stdout.tty? unless ARGV.verbose? - puts "#{Tty.green}==> #{Tty.reset}#{title}" + puts "#{Tty.green}==>#{Tty.white} #{title}#{Tty.reset}" end def opoo warning -- cgit v1.2.3