From f7580f109eddfa1ab161b6655be29c05adbf20e3 Mon Sep 17 00:00:00 2001 From: Ishan Goel Date: Tue, 21 Jul 2020 12:45:45 +0400 Subject: [PATCH] Answer what profile file should be used clearer Co-authored-by: Mike McQuaid --- 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 f9011953d7..ea8625e439 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 `~/.bash_profile` if it exists or `~/.profile` otherwise: +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` (or, if it doesn't exist, `~/.profile): ```sh if type brew &>/dev/null; then