From 6171f0aea8ce911f2668e904927a3ba7aa28f4b3 Mon Sep 17 00:00:00 2001 From: ndrew222 <38881000+ndrew222@users.noreply.github.com> Date: Mon, 28 Apr 2025 08:52:14 +0800 Subject: [PATCH] [docs] Changed fish completions append `>>` to overwrite `>` (#13130) --- docs/getting-started/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index aaf7a1c7d..22f3cc855 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -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"