docs: add additional note to "Using the fishfile" section

This commit is contained in:
Jorge Bucaran 2018-10-17 22:38:46 +09:00
parent 984e245bec
commit b4c4023e16
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -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.