Update the README to specify `fisher`'s ownership of `$XDG_CONFIG_HOME/fisher` (#554)

It's important users of `fisher` _not_ use this directory as the value of `fisher_home`.
pull/566/head
Ross Donaldson 5 years ago committed by Jorge Bucaran
parent f3e87cf5f6
commit 6d2d4107b4

@ -46,6 +46,8 @@ end
Use the `$fisher_path` environment variable to change the location where functions, completions, and configuration snippets will be copied to when a package is installed. The default location will be your fish configuration directory.
Just one rule: `fisher` owns `$XDG_CONFIG_HOME/fisher`, and uses it for its own purposes. Trying to use this path for your own `fisher` configs will break!
> **Note**: Do I need this? If you want to keep your own functions, completions, and configuration snippets separate from packages installed with Fisher, customize the installation prefix. If you prefer to keep everything in the same place, you can skip this.
```fish

Loading…
Cancel
Save