From 53c06c9d2fa4eecf3682f043b4a2062261c04d3d Mon Sep 17 00:00:00 2001 From: Tim <45259958+carlfriedrich@users.noreply.github.com> Date: Thu, 13 Oct 2022 18:47:09 +0200 Subject: [PATCH] Dereference links on install (#740) --- functions/fisher.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/fisher.fish b/functions/fisher.fish index a4666a1..aeb60fa 100644 --- a/functions/fisher.fish +++ b/functions/fisher.fish @@ -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