[docs] Changed fish completions append `>>` to overwrite `>` (#13130)

This commit is contained in:
ndrew222 2025-04-28 08:52:14 +08:00 committed by GitHub
parent 2c5e95c6bc
commit 6171f0aea8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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"