Use fish_plugins filename instead of old fishfile. (#597)

This commit is contained in:
Aurélien Ooms 2020-11-04 14:05:24 +01:00 committed by GitHub
parent 08bdf7ed0d
commit d69311a911
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,7 +95,7 @@ Whenever you install or remove a plugin from the command line, Fisher will write
You can also edit this file and run `fisher update` to commit your changes. Here's an example:
```console
nano ~/.config/fish/fishfile
nano ~/.config/fish/fish_plugins
```
```diff