docs: improve fishfile section

pull/504/head
Jorge Bucaran 6 years ago
parent 2d6b6a1926
commit 2934a92cb6
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

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

Loading…
Cancel
Save