Add note about where the fish config file is

This commit is contained in:
Jorge Bucaran 2020-07-02 03:37:25 +09:00 committed by GitHub
parent 3badc25962
commit 994506e594
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,9 @@ Your shell can take a few seconds before loading `fisher.fish`. If the `fisher`
### Changing the installation path ### 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 ```fish
set -g fisher_path /path/to/another/location set -g fisher_path /path/to/another/location