From f36fdc0cb9f5876a6818a82e0561575356d4e8bd Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 22 Jun 2010 18:37:12 +0200 Subject: [PATCH] Added brew command alias "up" --- brew-completion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brew-completion.sh b/brew-completion.sh index 7447cfa..ee3a7c5 100644 --- a/brew-completion.sh +++ b/brew-completion.sh @@ -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 -- 2.39.2