Dereference links on install (#740)

pull/745/head
Tim 2 years ago committed by GitHub
parent d431f45abc
commit 53c06c9d2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -173,7 +173,7 @@ function fisher --argument-names cmd --description "A plugin manager for Fish"
end
for file in (string replace -- $source/ "" $files)
command cp -Rf $source/$file $fisher_path/$file
command cp -RLf $source/$file $fisher_path/$file
end
set --local plugin_files_var _fisher_(string escape --style=var -- $plugin)_files

Loading…
Cancel
Save