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

Yarn Bash completion.

parent 4c3f9b2d
No related branches found
No related tags found
No related merge requests found
Pipeline #2889 waiting for manual action
......@@ -282,6 +282,7 @@ RUN apt-get update && \
wget https://raw.githubusercontent.com/docker/compose/1.29.2/contrib/completion/bash/docker-compose -qO /etc/bash_completion.d/docker-compose && \
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 && \
git clone https://github.com/asdf-vm/asdf.git /opt/asdf && \
ln --symbolic --target /etc/profile.d/ /opt/asdf/asdf.sh && \
ln --symbolic /opt/asdf/completions/asdf.bash /etc/bash_completion.d/asdf && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment