Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Update bash completion for env --shell
Browse files Browse the repository at this point in the history
Signed-off-by: Harald Albers <github@albersweb.de>
  • Loading branch information
albers committed May 4, 2018
1 parent 1e3b6b6 commit ce22227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/bash/docker-machine.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce22227

Please sign in to comment.