We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d431f45 commit 53c06c9Copy full SHA for 53c06c9
functions/fisher.fish
@@ -173,7 +173,7 @@ function fisher --argument-names cmd --description "A plugin manager for Fish"
173
end
174
175
for file in (string replace -- $source/ "" $files)
176
- command cp -Rf $source/$file $fisher_path/$file
+ command cp -RLf $source/$file $fisher_path/$file
177
178
179
set --local plugin_files_var _fisher_(string escape --style=var -- $plugin)_files
0 commit comments