From 19267ce3fc8203974cb303b306ec5ccf706c3fdd Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Sat, 15 Mar 2025 12:59:27 +0100 Subject: [PATCH] completions/pulumi: Silence stderr This apparently checks for updates and warns if one is available on start. I don't love it. --- share/completions/pulumi.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/pulumi.fish b/share/completions/pulumi.fish index 6506f3d19..26b24dfeb 100644 --- a/share/completions/pulumi.fish +++ b/share/completions/pulumi.fish @@ -1 +1 @@ -pulumi completion fish | source +pulumi completion fish 2>/dev/null | source