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.