Commit c736fa15 authored by nimrod's avatar nimrod
Browse files

Remove Bash completion for pandoc.

It's in the presentation image. I need to invest some time in better
integration. Probably in rcfiles.
parent 74e9d9fe
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -235,7 +235,6 @@ RUN apt-get update && \
    pipenv --completion > /etc/bash_completion.d/pipenv && \
    rabbitmqadmin --bash-completion  > /etc/bash_completion.d/rabbitmqadmin && \
    poetry completions bash > /etc/bash_completion.d/poetry && \
    pandoc --bash-completion > /etc/bash_completion.d/pandoc && \
    register-python-argcomplete gitlab > /etc/bash_completion.d/gitlab && \
    helm completion bash > /etc/bash_completion.d/helm && \
    wget https://raw.githubusercontent.com/docker/compose/1.29.2/contrib/completion/bash/docker-compose -O /etc/bash_completion.d/docker-compose && \