fisher/functions/__fisher_plugin_link.fish
2016-02-04 01:32:23 +09:00

4 lines
91 B
Fish

function __fisher_plugin_link -a options source target
ln $options $source $target
end