From b4c4023e168866af5c280d1c2fb8e985e871f40b Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Wed, 17 Oct 2018 22:38:46 +0900 Subject: [PATCH] docs: add additional note to "Using the fishfile" section --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 97dcf70..adbc166 100644 --- a/README.md +++ b/README.md @@ -171,10 +171,10 @@ vi ~/.config/fish/fishfile ``` ```diff -rafaelrinaldi/pure -jethrokuan/z@pre27 -- gitlab.com/jorgebucaran/mermaid -- edc/bass +- rafaelrinaldi/pure +- jethrokuan/z@pre27 +gitlab.com/jorgebucaran/mermaid +edc/bass + FabioAntunes/fish-nvm # my local packages @@ -185,6 +185,8 @@ jethrokuan/z@pre27 fisher ``` +That will remove **rafaelrinaldi/pure** and **jethrokuan/z**, add **FabioAntunes/fish-nvm** and update the rest. + ## Package concepts Packages help you organize shell scripts into reusable, independent components that can be shared through a git URL or the path to a local directory. Even if your package is not meant to be shared with others, you can benefit from composition and the ability to depend on other packages.