From 2934a92cb6eebdbc0f743d43a14408f4722a9cb7 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Thu, 8 Nov 2018 15:05:25 +0900 Subject: [PATCH] docs: improve fishfile section --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3544001..78ec177 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ fisher version Whenever you add or remove a package from the command line we'll write to a text file in `~/.config/fish/fishfile`. This is your fishfile. It lists every package that is currently installed on your system. You should add this file to your dotfiles or version control if you want to reproduce your configuration on a different system. -You can edit this file to add or remove packages and then run `fisher` to commit your changes. Only the packages listed in this file will be installed after `fisher` returns. If a package is already installed, it will be updated. Empty lines and anything after a `#` symbol (comments) will be ignored. +You can edit this file to add or remove packages and then run `fisher` to commit your changes. Only the packages listed in this file will be installed after `fisher` returns. If a package is already installed, it will be updated. Empty lines and anything after a `#` symbol will be ignored. ```fish vi ~/.config/fish/fishfile @@ -174,8 +174,6 @@ vi ~/.config/fish/fishfile gitlab.com/jorgebucaran/mermaid edc/bass + FabioAntunes/fish-nvm - -# my local packages ~/path/to/myfish/pkg ```