From 109d2a6d0e94cd32217e58d87fff26be80912392 Mon Sep 17 00:00:00 2001 From: Lawrence Date: Sat, 7 Sep 2019 18:21:01 -0400 Subject: [PATCH] Deleted comment in parentheses --- docs/Shell-Completion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Shell-Completion.md b/docs/Shell-Completion.md index 94b456916f..19355a07af 100644 --- a/docs/Shell-Completion.md +++ b/docs/Shell-Completion.md @@ -2,7 +2,7 @@ Homebrew comes with completion definitions for the `brew` command. Some packages also provide completion definitions for their own programs. -`zsh`, `bash` and `fish` are currently supported. (Homebrew provides `brew` completions for `zsh`, `bash`, and `fish`.) +`zsh`, `bash` and `fish` are currently supported. You must configure your shell to enable its completion support. This is because the Homebrew-managed completions are stored under `HOMEBREW_PREFIX` which your system shell may not be aware of, and since it is difficult to automatically configure `bash` and `zsh` completions in a robust manner, the Homebrew installer does not do it for you.