Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 7b263d8

Browse files
authored
Merge pull request #4466 from albers/completion-env--shell
Update bash completion for `env --shell`
2 parents 1e3b6b6 + ce22227 commit 7b263d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/completion/bash/docker-machine.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ _docker_machine_create() {
162162
_docker_machine_env() {
163163
case "${prev}" in
164164
--shell)
165-
COMPREPLY=($(compgen -W "cmd fish powershell tcsh" -- "${cur}"))
165+
COMPREPLY=($(compgen -W "cmd emacs fish powershell tcsh" -- "${cur}"))
166166
return
167167
;;
168168
esac

0 commit comments

Comments
 (0)