]> arthur.barton.de Git - brew-completion.git/commitdiff
Added brew command alias "rm"
authorAlexander Barton <alex@barton.de>
Tue, 22 Jun 2010 16:04:42 +0000 (18:04 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 22 Jun 2010 16:04:42 +0000 (18:04 +0200)
brew-completion.sh

index 7e9425b4f70947c05ba61f8b05f8da068cd03374..c2ddeabe8d0bdcc37a5638236f50005defa4c932 100644 (file)
@@ -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