We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc28150 commit 1ab069cCopy full SHA for 1ab069c
final/setup.sh
@@ -116,6 +116,9 @@ activate-global-python-argcomplete
116
# Install oh-my-zsh
117
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
118
119
+# Add completions to zsh
120
+echo eval \"\$\(_MOLECULE_COMPLETE=zsh_source molecule\)\" > ~/.oh-my-zsh/custom/molecule-completions.zsh
121
+
122
# shellcheck disable=SC1091
123
source "$DIR/setup-image.sh"
124
0 commit comments