Redirect standard error to null by default.

This commit is contained in:
Jorge Bucaran 2016-02-25 21:49:41 +09:00
parent 6d870c126f
commit f6519e9ad4

View file

@ -1,3 +1,3 @@
function spin -d "Run `fisher install spin` to update this function." -a commands function spin -d "Run fisher install spin to update this function." -a commands
fish -c "$commands" ^ /dev/stderr fish -c "$commands" ^ /dev/null
end end