Skip to content

Commit 53c06c9

Browse files
Dereference links on install (#740)
1 parent d431f45 commit 53c06c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/fisher.fish

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function fisher --argument-names cmd --description "A plugin manager for Fish"
173173
end
174174

175175
for file in (string replace -- $source/ "" $files)
176-
command cp -Rf $source/$file $fisher_path/$file
176+
command cp -RLf $source/$file $fisher_path/$file
177177
end
178178

179179
set --local plugin_files_var _fisher_(string escape --style=var -- $plugin)_files

0 commit comments

Comments
 (0)