Commit 72221188 by Jean-Louis Jouannic Committed by GitHub

fix lazy-loaded bash completion path (#6656)

See https://github.com/scop/bash-completion/blob/master/README.md#faq
parent 92dee360
...@@ -367,7 +367,7 @@ poetry completions bash >> ~/.bash_completion ...@@ -367,7 +367,7 @@ poetry completions bash >> ~/.bash_completion
#### Lazy-loaded #### Lazy-loaded
```bash ```bash
poetry completions bash > ${XDG_DATA_HOME:~/.local/share}/bash_completion/completions/poetry poetry completions bash > ${XDG_DATA_HOME:~/.local/share}/bash-completion/completions/poetry
``` ```
### Fish ### Fish
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment