Fix inconsistent docs

pull/716/head
Jorge Bucaran 2 years ago committed by GitHub
parent 164628b696
commit a4e74bd6f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,8 +50,8 @@ List all the plugins that are currently installed using the `list` command.
```console ```console
$ fisher list $ fisher list
jorgebucaran/fisher jorgebucaran/fisher
ilancosman/tide ilancosman/tide@v5
jorgebucaran/nvm.fish@2.1.0 jorgebucaran/nvm.fish
/home/jb/path/to/plugin /home/jb/path/to/plugin
``` ```
@ -77,7 +77,7 @@ fisher update jorgebucaran/fisher
Remove installed plugins using the `remove` command. Remove installed plugins using the `remove` command.
```console ```console
fisher remove jorgebucaran/nvm.fish@2.1.0 fisher remove jorgebucaran/nvm.fish
``` ```
You may want to remove everything, including Fisher. You may want to remove everything, including Fisher.
@ -98,8 +98,8 @@ nano $__fish_config_dir/fish_plugins
```diff ```diff
jorgebucaran/fisher jorgebucaran/fisher
ilancosman/tide ilancosman/tide@v5
jorgebucaran/nvm.fish@2.1.0 jorgebucaran/nvm.fish
+ PatrickF1/fzf.fish + PatrickF1/fzf.fish
- /home/jb/path/to/plugin - /home/jb/path/to/plugin
``` ```

Loading…
Cancel
Save