Skip to content
Snippets Groups Projects
Commit f19d1fbd authored by nimrod's avatar nimrod
Browse files

Workbench: Add podman completion.

parent 976d1e9a
No related branches found
No related tags found
No related merge requests found
Pipeline #3541 passed
......@@ -287,6 +287,7 @@ RUN _PIPENV_COMPLETE=bash_source pipenv > /etc/bash_completion.d/pipenv && \
wget https://raw.githubusercontent.com/ansible-community/molecule/1.25.1/asset/bash_completion/molecule.bash-completion.sh -qO /etc/bash_completion.d/molecule && \
wget https://github.com/mrolli/packer-bash-completion/raw/master/packer -qO /etc/bash_completion.d/packer && \
wget https://raw.githubusercontent.com/dsifford/yarn-completion/v0.17.0/yarn-completion.bash -qO /etc/bash_completion.d/yarn && \
wget https://github.com/containers/podman/raw/main/completions/bash/podman -qO /etc/bash_completion.d/podman && \
#wget https://raw.githubusercontent.com/ziglang/shell-completions/master/_zig -qO /etc/bash_completion.d/zig && \
ln --symbolic /opt/asdf/completions/asdf.bash /etc/bash_completion.d/asdf && \
rm -rf /tmp/* /var/tmp/* ~/.cache/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment