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

Commit

Permalink
Merge pull request #4466 from albers/completion-env--shell
Browse files Browse the repository at this point in the history
Update bash completion for `env --shell`
  • Loading branch information
dgageot authored May 12, 2018
2 parents 1e3b6b6 + ce22227 commit 7b263d8
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 7b263d8

Please sign in to comment.