From d69311a91118d63b5bd30ded14b76b7c75afab9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Ooms?= Date: Wed, 4 Nov 2020 14:05:24 +0100 Subject: [PATCH] Use fish_plugins filename instead of old fishfile. (#597) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 737a930..d6bee2a 100644 --- a/README.md +++ b/README.md @@ -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