Skip to content

Commit

Permalink
doc: fix instructions for fish completion
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Apr 14, 2020
1 parent 32e457b commit f6759c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ poetry completions bash > $(brew --prefix)/etc/bash_completion.d/poetry.bash-com
poetry completions fish > ~/.config/fish/completions/poetry.fish

# Fish (Homebrew)
poetry completions fish > $(brew --prefix)/share/fish/vendor_completions.d/poetry.fish
poetry completions fish > (brew --prefix)/share/fish/vendor_completions.d/poetry.fish

# Zsh
poetry completions zsh > ~/.zfunc/_poetry
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ poetry completions bash > $(brew --prefix)/etc/bash_completion.d/poetry.bash-com
poetry completions fish > ~/.config/fish/completions/poetry.fish

# Fish (Homebrew)
poetry completions fish > $(brew --prefix)/share/fish/vendor_completions.d/poetry.fish
poetry completions fish > (brew --prefix)/share/fish/vendor_completions.d/poetry.fish

# Zsh
poetry completions zsh > ~/.zfunc/_poetry
Expand Down

0 comments on commit f6759c7

Please sign in to comment.