Skip to content

Commit

Permalink
docs(intro): Add missing dash to command enabling completion in bash (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
doolio committed Oct 13, 2022
1 parent 0b71e43 commit 16046d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ poetry completions bash >> ~/.bash_completion
#### Lazy-loaded

```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
Expand Down

0 comments on commit 16046d9

Please sign in to comment.