Skip to content

Commit

Permalink
Apply suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Secrus committed Jun 20, 2022
1 parent e7d5d88 commit bed7157
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,6 @@ See `poetry help completions` for full details, but the gist is as simple as usi
### Bash
There are few options in `bash`, choose the one that suits your workflow.
#### Auto-loaded (recommended)
```bash
Expand All @@ -298,12 +296,6 @@ poetry completions bash >> ~/.bash_completion
poetry completions bash > ${XDG_DATA_HOME:~/.local/share}/bash_completion/completions/poetry
```
#### Global, might require root priviledges
```bash
poetry completions bash > /etc/bash_completion.d/poetry
```
### Fish
```fish
Expand Down

0 comments on commit bed7157

Please sign in to comment.