Commit 2526917d by Sébastien Eustace

Update README

parent a43c3baf
...@@ -64,20 +64,20 @@ poetry self:update 0.8.0 ...@@ -64,20 +64,20 @@ poetry self:update 0.8.0
``` ```
### Enable tab completion for Bash, Fish, or Zsh ## Enable tab completion for Bash, Fish, or Zsh
`poetry` supports generating completion scripts for Bash, Fish, and Zsh. `poetry` supports generating completion scripts for Bash, Fish, and Zsh.
See `poetry help completions` for full details, but the gist is as simple as using one of the following: See `poetry help completions` for full details, but the gist is as simple as using one of the following:
```bash ```bash
# Bash # Bash
poetry completions bash > /etc/bash_completion.d/pyproject.bash-completion poetry completions bash > /etc/bash_completion.d/poetry.bash-completion
# Bash (macOS/Homebrew) # Bash (macOS/Homebrew)
poetry completions bash > $(brew --prefix)/etc/bash_completion.d/pyproject.bash-completion poetry completions bash > $(brew --prefix)/etc/bash_completion.d/poetry.bash-completion
# Fish # Fish
poetry completions fish > ~/.config/fish/completions/pyproject.fish poetry completions fish > ~/.config/fish/completions/poetry.fish
# Zsh # Zsh
poetry completions zsh > ~/.zfunc/_poetry poetry completions zsh > ~/.zfunc/_poetry
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment