From cfaead677493343e47442e59c53535a165bd5142 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 22 Jun 2010 18:04:42 +0200 Subject: [PATCH] Added brew command alias "rm" --- brew-completion.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/brew-completion.sh b/brew-completion.sh index 7e9425b..c2ddeab 100644 --- a/brew-completion.sh +++ b/brew-completion.sh @@ -53,7 +53,7 @@ _brew() _brew_formula "$cur" return 0 ;; - "link"|"remove"|"uninstall"|"unlink") + "link"|"remove"|"rm"|"uninstall"|"unlink") _brew_formula_installed "$cur" return 0 ;; @@ -111,7 +111,7 @@ _brew() -- "$cur") ) elif [ "$cmd" = "" ]; then COMPREPLY=( $(compgen -W 'cat cleanup create deps edit home \ - info install link list log outdated prune remove \ + info install link list log outdated prune remove rm \ search uninstall unlink update uses $EXTCMD' \ -- "$cur") ) fi -- 2.39.2