mirror of https://github.com/docker/docs.git
Merge pull request #2725 from albers/patch-1
Fix "installing bash completion" instructions
This commit is contained in:
commit
c115e037da
|
@ -62,7 +62,7 @@ as:
|
|||
active machine
|
||||
|
||||
To install the scripts, copy or link them into your `/etc/bash_completion.d` or
|
||||
`/usr/local/etc/bash_completion.d` file. To enable the `docker-machine` shell
|
||||
`/usr/local/etc/bash_completion.d` directory. To enable the `docker-machine` shell
|
||||
prompt, add `$(__docker-machine-ps1)` to your `PS1` setting in `~/.bashrc`.
|
||||
|
||||
PS1='[\u@\h \W$(__docker-machine-ps1)]\$ '
|
||||
|
|
Loading…
Reference in New Issue