From f9d77c9d89bde50c0ba47cf1d9bdb4769b705e12 Mon Sep 17 00:00:00 2001 From: Ishan Goel Date: Thu, 16 Jul 2020 21:11:35 +0400 Subject: [PATCH] Clarify which file the completion code should be added to Co-authored-by: Shaun Jackman --- 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 45e65c17b0..f0d56b98fb 100644 --- a/docs/Shell-Completion.md +++ b/docs/Shell-Completion.md @@ -8,7 +8,7 @@ You must configure your shell to enable its completion support. This is because ## Configuring Completions in `bash` -To make Homebrew's completions available in `bash`, you must source the definitions as part of your shell's startup. Add the following to your `~/.profile` or `~/.bash_profile` file: +To make Homebrew's completions available in `bash`, you must source the definitions as part of your shell's startup. Add the following to your `~/.bash_profile` if it exists or `~/.profile` otherwise: ```sh if type brew &>/dev/null; then