mirror of https://github.com/docker/docs.git
Merge pull request #2731 from Akasurde/patch_1
Updated documentation for bash completion in install-machine
This commit is contained in:
commit
6511c9a45a
|
@ -63,9 +63,9 @@ as:
|
|||
|
||||
To install the scripts, copy or link them into your `/etc/bash_completion.d` or
|
||||
`/usr/local/etc/bash_completion.d` directory. To enable the `docker-machine` shell
|
||||
prompt, add `$(__docker-machine-ps1)` to your `PS1` setting in `~/.bashrc`.
|
||||
prompt, add `$(__docker_machine_ps1)` to your `PS1` setting in `~/.bashrc`.
|
||||
|
||||
PS1='[\u@\h \W$(__docker-machine-ps1)]\$ '
|
||||
PS1='[\u@\h \W$(__docker_machine_ps1)]\$ '
|
||||
|
||||
You can find additional documentation in the comments at the
|
||||
[top of each script](https://github.com/docker/machine/tree/master/contrib/completion/bash).
|
||||
|
|
Loading…
Reference in New Issue