From dad6dbc6f78987c29a4332379a58d08e9c31ff42 Mon Sep 17 00:00:00 2001
From: Max Howell <max@methylblue.com>
Date: Sat, 23 May 2009 18:14:35 +0100
Subject: [PATCH] brew uninstall alias for brew rm

---
 Cellar/homebrew/brew | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cellar/homebrew/brew b/Cellar/homebrew/brew
index 698bb643dd..53ffa4aa0d 100755
--- a/Cellar/homebrew/brew
+++ b/Cellar/homebrew/brew
@@ -37,7 +37,7 @@ case ARGV[0]
     file+='.rb' unless File.exist? file
     system "ruby #{file} #{ARGV.join ' '}"
 
-  when 'rm' then
+  when 'rm', 'uninstall' then
     path=$root+'Cellar'+ARGV[1]
     abort "#{ARGV[1]} is not installed" unless path.directory?
     path.rmtree
-- 
GitLab