Use a colon to clarify usage (#674)

pull/683/head
Jorge Bucaran 3 years ago committed by GitHub
parent b9b1eda07a
commit 28bb0e172c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -94,7 +94,7 @@ fisher list | fisher remove
Whenever you install or remove a plugin from the command line, Fisher will write down all the installed plugins plugins to `$__fish_config_dir/fish_plugins`. Adding this file to your dotfiles or version control is the easiest way to share your configuration across different systems.
You can also edit this file and run `fisher update` to commit changes. Here's an example diff that represents such an edit:
You can also edit this file and run `fisher update` to commit changes:
```console
nano $__fish_config_dir/fish_plugins

Loading…
Cancel
Save