Commit 7f70c38e by Bjorn Neergaard

Update bash autocomplete filename

The pre-existing path does not load automatically.

Co-authored-by: Ranjan Purbey <ranjan.purbey@gmail.com>
parent 08752099
...@@ -169,7 +169,7 @@ See `poetry help completions` for full details, but the gist is as simple as usi ...@@ -169,7 +169,7 @@ See `poetry help completions` for full details, but the gist is as simple as usi
```bash ```bash
# Bash # Bash
poetry completions bash > /etc/bash_completion.d/poetry.bash-completion poetry completions bash > /etc/bash_completion.d/poetry
# Fish # Fish
poetry completions fish > ~/.config/fish/completions/poetry.fish poetry completions fish > ~/.config/fish/completions/poetry.fish
......
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