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

index 7447cfaaad65bea2f26c60c07352a59da68f4087..ee3a7c5764eb02641f96ce6cd43a14fa94315bd4 100644 (file)
@@ -109,7 +109,7 @@ _brew()
        elif [ "$cmd" = "" ]; then
                COMPREPLY=( $(compgen -W 'cat cleanup create deps doctor \
                        edit home info install link list log outdated prune \
-                       remove rm search uninstall unlink update uses \
+                       remove rm search uninstall unlink up update uses \
                        $EXTCMD' \
                        -- "$cur") )
        fi