Skip to content

Commit

Permalink
docs: remove completions for homebrew install
Browse files Browse the repository at this point in the history
brew installs these automatically
  • Loading branch information
branchvincent authored and edvardm committed Nov 24, 2021
1 parent f1efbcd commit 12c4412
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,21 +120,12 @@ See `poetry help completions` for full details, but the gist is as simple as usi
# Bash
poetry completions bash > /etc/bash_completion.d/poetry.bash-completion
# Bash (Homebrew)
poetry completions bash > $(brew --prefix)/etc/bash_completion.d/poetry.bash-completion
# Fish
poetry completions fish > ~/.config/fish/completions/poetry.fish
# Fish (Homebrew)
poetry completions fish > (brew --prefix)/share/fish/vendor_completions.d/poetry.fish
# Zsh
poetry completions zsh > ~/.zfunc/_poetry
# Zsh (Homebrew)
poetry completions zsh > $(brew --prefix)/share/zsh/site-functions/_poetry
# Zsh (Oh-My-Zsh)
mkdir $ZSH_CUSTOM/plugins/poetry
poetry completions zsh > $ZSH_CUSTOM/plugins/poetry/_poetry
Expand Down
6 changes: 0 additions & 6 deletions docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,15 +171,9 @@ See `poetry help completions` for full details, but the gist is as simple as usi
# Bash
poetry completions bash > /etc/bash_completion.d/poetry.bash-completion
# Bash (Homebrew)
poetry completions bash > $(brew --prefix)/etc/bash_completion.d/poetry.bash-completion
# Fish
poetry completions fish > ~/.config/fish/completions/poetry.fish
# Fish (Homebrew)
poetry completions fish > (brew --prefix)/share/fish/vendor_completions.d/poetry.fish
# Zsh
poetry completions zsh > ~/.zfunc/_poetry
Expand Down

0 comments on commit 12c4412

Please sign in to comment.