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