diff --git a/completion.d/poetry b/completion.d/poetry new file mode 100644 index 0000000..bbae3eb --- /dev/null +++ b/completion.d/poetry @@ -0,0 +1,6 @@ +#!/bin/bash + +if ( command -v poetry &> /dev/null ) +then + source <(poetry completions bash) +fi