Update completion.md (#3652)

This commit is contained in:
mtilson 2017-06-20 23:49:22 +03:00 committed by Misty Stanley-Jones
parent 218fcfed6a
commit f0a851beb1
1 changed files with 4 additions and 1 deletions

View File

@ -36,7 +36,10 @@ completion.
## MacPorts Bash Completion
If you're using MacPorts you'll need to slightly modify your steps to the
following Run `sudo port install bash-completion` to install bash completion.
following:
Run `sudo port install bash-completion` to install bash completion.
Add the following lines to `~/.bash_profile`:
```shell
if [ -f /opt/local/etc/profile.d/bash_completion.sh ]; then