Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
d449791c
Commit
d449791c
authored
Nov 13, 2021
by
Branch Vincent
Committed by
Bjorn Neergaard
Nov 13, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: remove completions for homebrew install
brew installs these automatically
parent
0d4dff71
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
15 deletions
+0
-15
README.md
+0
-9
docs/_index.md
+0
-6
No files found.
README.md
View file @
d449791c
...
@@ -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
...
...
docs/_index.md
View file @
d449791c
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment