From: Alexander Barton Date: Tue, 22 Jun 2010 16:04:42 +0000 (+0200) Subject: Added brew command alias "rm" X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfaead677493343e47442e59c53535a165bd5142;p=brew-completion.git Added brew command alias "rm" --- 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