mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-07 09:20:24 +00:00
6 lines
130 B
Fish
6 lines
130 B
Fish
function __fisher_plugin_link -a options source target
|
|
debug "Link '%s'" $target
|
|
|
|
command ln $options $source $target
|
|
end
|