Skip to content
Snippets Groups Projects
Commit ce222277 authored by Harald Albers's avatar Harald Albers
Browse files

Update bash completion for `env --shell`

parent 1e3b6b64
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ _docker_machine_create() {
_docker_machine_env() {
case "${prev}" in
--shell)
COMPREPLY=($(compgen -W "cmd fish powershell tcsh" -- "${cur}"))
COMPREPLY=($(compgen -W "cmd emacs fish powershell tcsh" -- "${cur}"))
return
;;
esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment