From b857cac45c51cefc24bbed784b831f5078668c4b Mon Sep 17 00:00:00 2001 From: "Erik P. Hansen" Date: Tue, 21 Aug 2018 01:58:02 -0700 Subject: [PATCH] Update help to be more in line with README (#440) - Explain how to copy, not link, files when installing plugins - This feature was added in v2.13.3 --- fisher.fish | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/fisher.fish b/fisher.fish index bb3974d..5dae6cc 100644 --- a/fisher.fish +++ b/fisher.fish @@ -2492,6 +2492,22 @@ The cache and configuration go in \fI~/\.cache/fisherman\fR and \fI~/\.config/fi .P The fishfile is saved to \fI~/\.config/fish/fishfile\fR\. . +.SS "How do I have fisherman copy plugin files instead of linking?" +By default, fisherman will create symlinks to plugin files. +. +.P +To have fisherman copy files: +. +.IP "" 4 +. +.nf= + +set -U fisher_copy true +. +.fi +. +.IP "" 0 +. .SS "What is a fishfile and how do I use it?" The fishfile \fI~/\.config/fish/fishfile\fR lists what plugins you\'ve installed\. .