Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
  • Loading branch information
Secrus and neersighted authored Jun 20, 2022
1 parent d25d8b9 commit e7d5d88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ There are few options in `bash`, choose the one that suits your workflow.
poetry completions bash >> ~/.bash_completion
```
#### Local, based on XDG directory spec
#### Lazy-loaded
```bash
poetry completions bash > ${XDG_DATA_HOME:~/.local/share}/bash_completion/completions/poetry
Expand Down Expand Up @@ -323,7 +323,7 @@ fpath+=~/.zfunc
autoload -Uz compinit && compinit
```
#### Oh-My-Zsh
#### Oh My Zsh
```zsh
mkdir $ZSH_CUSTOM/plugins/poetry
Expand Down

0 comments on commit e7d5d88

Please sign in to comment.