Add note about where the fish config file is

pull/580/head
Jorge Bucaran 4 years ago committed by GitHub
parent 3badc25962
commit 994506e594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,7 +33,9 @@ Your shell can take a few seconds before loading `fisher.fish`. If the `fisher`
### Changing the installation path
Fisher expands packages into your fish configuration directory, causing existing files to be overwritten! If you have custom files and want to keep them separate, add the following code to your fish configuration file (`~/.config/fish/config.fish`).
Fisher expands packages into your fish configuration directory, causing existing files to be overwritten! If you have custom files and want to keep them separate, add the following code to your fish configuration file.
> **Note:** Your fish configuration file is usually in `~/.config/fish/config.fish`.
```fish
set -g fisher_path /path/to/another/location

Loading…
Cancel
Save