From d4a37c673e41982e8108f734f78780fba890adb7 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 12 Jul 2012 02:41:12 -0500 Subject: [PATCH] Restore completion for "link" and "ln" Commit 3b5d7939d9a660a83e29a86e6bab234f3e9f2dcb added completion for `brew link` options, but disabled completion of the actual command itself. Signed-off-by: Jack Nagel --- Library/Contributions/brew_bash_completion.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh index 6b9dc533c8..04592626aa 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -393,6 +393,7 @@ _brew () home info abv install + link ln list ls log missing