config-bash/completion.d/poetry

7 lines
95 B
Plaintext
Raw Normal View History

2023-04-03 10:45:44 +02:00
#!/bin/bash
if ( command -v poetry &> /dev/null )
then
source <(poetry completions bash)
fi