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
853ade69
Unverified
Commit
853ade69
authored
Jun 02, 2020
by
finswimmer
Committed by
GitHub
Jun 02, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2443 from SanketDG/sanketdg/update-completion-docs
Update shell completion docs for prezto
parents
54c67342
47410499
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
README.md
+7
-0
docs/docs/index.md
+3
-0
No files found.
README.md
View file @
853ade69
...
@@ -93,6 +93,13 @@ poetry completions zsh > ~/.zfunc/_poetry
...
@@ -93,6 +93,13 @@ poetry completions zsh > ~/.zfunc/_poetry
# Zsh (Homebrew)
# Zsh (Homebrew)
poetry completions zsh
>
$(
brew
--prefix
)
/share/zsh/site-functions/_poetry
poetry completions zsh
>
$(
brew
--prefix
)
/share/zsh/site-functions/_poetry
# Zsh (Oh-My-Zsh)
mkdir
$ZSH
/plugins/poetry
poetry completions zsh
>
$ZSH
/plugins/poetry/_poetry
# Zsh (prezto)
poetry completions zsh
>
~/.zprezto/modules/completion/external/src/_poetry
```
```
*Note:*
you may need to restart your shell in order for the changes to take
*Note:*
you may need to restart your shell in order for the changes to take
...
...
docs/docs/index.md
View file @
853ade69
...
@@ -177,6 +177,9 @@ poetry completions zsh > ~/.zfunc/_poetry
...
@@ -177,6 +177,9 @@ poetry completions zsh > ~/.zfunc/_poetry
mkdir $ZSH/plugins/poetry
mkdir $ZSH/plugins/poetry
poetry completions zsh > $ZSH/plugins/poetry/_poetry
poetry completions zsh > $ZSH/plugins/poetry/_poetry
# prezto
poetry completions zsh > ~/.zprezto/modules/completion/external/src/_poetry
```
```
!!! note
!!! note
...
...
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