Redirect standard error to null by default.

This commit is contained in:
Jorge Bucaran 2016-02-25 21:49:41 +09:00 committed by Jorge Bucaran
parent 44a79a688c
commit f66a219d42

View file

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