Tips N' Tricks: fixed tab recognition for bash.
changed from `brew --repository` to $(brew --repository) Closes Homebrew/homebrew#38352. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
deebf86683
commit
828125f4ca
@ -39,7 +39,7 @@ And of course, you can simply `brew link $FORMULA` again afterwards!
|
|||||||
Add to your `~/.bashrc` or `~/.bash_profile` (whichever you have configured to run on shell startup):
|
Add to your `~/.bashrc` or `~/.bash_profile` (whichever you have configured to run on shell startup):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
source `brew --repository`/Library/Contributions/brew_bash_completion.sh
|
source $(brew --repository)/Library/Contributions/brew_bash_completion.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user