mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
342bacf5be
By using `command` we ensure that we always end up calling the external binary and don't get caught by user aliasses, functions or other magic. Closes #79
4 lines
99 B
Fish
4 lines
99 B
Fish
function __fisher_plugin_link -a options source target
|
|
command ln $options $source $target
|
|
end
|