From 3badc25962304f8c6effa4b717e29a8096f89941 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Thu, 2 Jul 2020 03:35:36 +0900 Subject: [PATCH] Simplify changing the installation path section --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7746036..26d21c1 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,7 @@ Your shell can take a few seconds before loading `fisher.fish`. If the `fisher` ### Changing the installation path -Use the `$fisher_path` environment variable to change the location where functions, completions, and configuration snippets will be copied to when installing a package. The default location is your fish configuration directory (`~/.config/fish`). - -> **Note:** Why? By default, fisher expands packages into the fish configuration directory, causing existing files (such as `fish_prompt.fish`) to be overwritten! If you want to keep your own custom functions, completions, and configuration snippets away from Fisher, do this. Or just keep everything in the same place. +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`). ```fish set -g fisher_path /path/to/another/location @@ -50,7 +48,7 @@ end ### Bootstrap installation -To automate the installation process in a new system, installing packages in your [fishfile](#using-the-fishfile), add the following code to your fish configuration file (`~/.config/fish/config.fish`). +To automate the installation process in a new system, installing packages in your [fishfile](#using-the-fishfile), add the following code to your fish configuration file. ```fish if not functions -q fisher