From bb3b2bfa79163b9954dd8ac90214709c671fb098 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Thu, 25 Feb 2016 21:49:41 +0900 Subject: [PATCH] Redirect standard error to null by default. --- functions/spin.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/spin.fish b/functions/spin.fish index d8e585b..997cccb 100644 --- a/functions/spin.fish +++ b/functions/spin.fish @@ -1,3 +1,3 @@ -function spin -d "Run `fisher install spin` to update this function." -a commands - fish -c "$commands" ^ /dev/stderr +function spin -d "Run fisher install spin to update this function." -a commands + fish -c "$commands" ^ /dev/null end