From 0e70094096404e2a32d315078308ed2ee17e6db5 Mon Sep 17 00:00:00 2001 From: Tim de Jager Date: Fri, 19 Jul 2024 16:35:03 +0200 Subject: [PATCH 1/2] doc: improve the fish completions location --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index bbe95990d..966c9307e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -78,7 +78,7 @@ Add-Content -Path $PROFILE -Value '(& pixi completion --shell powershell) | Out- ### Fish ```fish -echo 'pixi completion --shell fish | source' >> ~/.config/fish/config.fish +pixi completion --shell > ~/.config/fish/completions/pixi.fish ``` ### Nushell From afcdc70e17b17288e3aac10aac80f667907b3b00 Mon Sep 17 00:00:00 2001 From: Tim de Jager Date: Tue, 23 Jul 2024 14:12:46 +0200 Subject: [PATCH 2/2] Update docs/index.md --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 966c9307e..4a0c1fb34 100644 --- a/docs/index.md +++ b/docs/index.md @@ -78,7 +78,7 @@ Add-Content -Path $PROFILE -Value '(& pixi completion --shell powershell) | Out- ### Fish ```fish -pixi completion --shell > ~/.config/fish/completions/pixi.fish +echo 'pixi completion --shell | source' >> ~/.config/fish/completions/pixi.fish ``` ### Nushell