From 984e245bec083160725318ac6e3b5eea6cf641eb Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Wed, 17 Oct 2018 22:31:20 +0900 Subject: [PATCH] docs: improve "Using the fishfile" section --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4334045..97dcf70 100644 --- a/README.md +++ b/README.md @@ -164,15 +164,18 @@ 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 packages listed in the file will be installed after fisher returns. If a package is already installed it will be updated. Empty lines and everything 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 everything after a `#` symbol (comments) will be ignored. ```fish vi ~/.config/fish/fishfile ``` -```fish +```diff rafaelrinaldi/pure jethrokuan/z@pre27 +- gitlab.com/jorgebucaran/mermaid +- edc/bass ++ FabioAntunes/fish-nvm # my local packages ~/path/to/myfish/pkg