From 439283c3df2d8160d41b1da23cb73da912e37bbc Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 30 Mar 2019 10:01:16 +0000 Subject: [PATCH] Shell-Completion: recommend .bash_profile `.bashrc` is not the right location for shell completions. --- 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 fda2ac7727..134f3907ed 100644 --- a/docs/Shell-Completion.md +++ b/docs/Shell-Completion.md @@ -8,7 +8,7 @@ You must configure your shell to enable the 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 startup. Add the following to your `~/.bashrc` file: +To make Homebrew's completions available in `bash`, you must source the definitions as part of your shell startup. Add the following to your `~/.bash_profile` file: ```sh if type brew &>/dev/null; then