Skip to content

Commit

Permalink
馃悰 fixes lazy-loaded bash completion path
Browse files Browse the repository at this point in the history
  • Loading branch information
jljouannic committed Sep 29, 2022
1 parent 92dee36 commit 34c536a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_index.md
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 34c536a

Please sign in to comment.