Commit 16046d9a by doolio Committed by GitHub

docs(intro): Add missing dash to command enabling completion in bash (#6793)

parent 0b71e438
...@@ -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