From 12c4412a68a141987d2d3cc2c06a706d7ab50aee Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sat, 13 Nov 2021 11:28:56 -0500 Subject: [PATCH] docs: remove completions for homebrew install brew installs these automatically --- README.md | 9 --------- docs/_index.md | 6 ------ 2 files changed, 15 deletions(-) diff --git a/README.md b/README.md index ea928c2d34a..21dc5daf083 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/_index.md b/docs/_index.md index d2815195e99..ceef521f0f6 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -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