fisher/functions/__fisher_plugin_link.fish
2016-02-20 09:57:51 +09:00

6 lines
130 B
Fish

function __fisher_plugin_link -a options source target
debug "Link '%s'" $target
command ln $options $source $target
end