Commit d449791c by Branch Vincent Committed by Bjorn Neergaard

docs: remove completions for homebrew install

brew installs these automatically
parent 0d4dff71
...@@ -120,21 +120,12 @@ See `poetry help completions` for full details, but the gist is as simple as usi ...@@ -120,21 +120,12 @@ See `poetry help completions` for full details, but the gist is as simple as usi
# Bash # Bash
poetry completions bash > /etc/bash_completion.d/poetry.bash-completion 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 # Fish
poetry completions fish > ~/.config/fish/completions/poetry.fish poetry completions fish > ~/.config/fish/completions/poetry.fish
# Fish (Homebrew)
poetry completions fish > (brew --prefix)/share/fish/vendor_completions.d/poetry.fish
# Zsh # Zsh
poetry completions zsh > ~/.zfunc/_poetry poetry completions zsh > ~/.zfunc/_poetry
# Zsh (Homebrew)
poetry completions zsh > $(brew --prefix)/share/zsh/site-functions/_poetry
# Zsh (Oh-My-Zsh) # Zsh (Oh-My-Zsh)
mkdir $ZSH_CUSTOM/plugins/poetry mkdir $ZSH_CUSTOM/plugins/poetry
poetry completions zsh > $ZSH_CUSTOM/plugins/poetry/_poetry poetry completions zsh > $ZSH_CUSTOM/plugins/poetry/_poetry
......
...@@ -171,15 +171,9 @@ See `poetry help completions` for full details, but the gist is as simple as usi ...@@ -171,15 +171,9 @@ See `poetry help completions` for full details, but the gist is as simple as usi
# Bash # Bash
poetry completions bash > /etc/bash_completion.d/poetry.bash-completion 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 # Fish
poetry completions fish > ~/.config/fish/completions/poetry.fish poetry completions fish > ~/.config/fish/completions/poetry.fish
# Fish (Homebrew)
poetry completions fish > (brew --prefix)/share/fish/vendor_completions.d/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