fisher/functions/spin.fish
2016-02-26 00:03:19 +09:00

4 lines
120 B
Fish

function spin -d "Run fisher install spin to update this function." -a commands
fish -c "$commands" ^ /dev/null
end