Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix lazy-loaded bash completion path (#6656)
Browse files Browse the repository at this point in the history
jljouannic authored and github-actions[bot] committed Sep 29, 2022
1 parent d941880 commit c4c34d6
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
@@ -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

0 comments on commit c4c34d6

Please sign in to comment.