mirror of https://github.com/astral-sh/uv
[docs] Changed fish completions append `>>` to overwrite `>` (#13130)
This commit is contained in:
parent
2c5e95c6bc
commit
6171f0aea8
|
|
@ -179,7 +179,7 @@ To enable shell autocompletion for uv commands, run one of the following:
|
|||
=== "fish"
|
||||
|
||||
```bash
|
||||
echo 'uv generate-shell-completion fish | source' >> ~/.config/fish/completions/uv.fish
|
||||
echo 'uv generate-shell-completion fish | source' > ~/.config/fish/completions/uv.fish
|
||||
```
|
||||
|
||||
=== "Elvish"
|
||||
|
|
@ -214,7 +214,7 @@ To enable shell autocompletion for uvx, run one of the following:
|
|||
=== "fish"
|
||||
|
||||
```bash
|
||||
echo 'uvx --generate-shell-completion fish | source' >> ~/.config/fish/completions/uvx.fish
|
||||
echo 'uvx --generate-shell-completion fish | source' > ~/.config/fish/completions/uvx.fish
|
||||
```
|
||||
|
||||
=== "Elvish"
|
||||
|
|
|
|||
Loading…
Reference in New Issue