Redirect standard error to null by default.

pull/445/head
Jorge Bucaran 8 years ago
parent 2aecb9a98e
commit bb3b2bfa79
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -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

Loading…
Cancel
Save