From a5352da13a30c0584c8c0438721204b629ef3f29 Mon Sep 17 00:00:00 2001 From: Yohan Min Date: Tue, 3 May 2022 01:39:49 -0500 Subject: [PATCH] Fixed a small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db8df7ed..0d102ec0 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ fisher list | fisher remove ## Using your `fish_plugins` file -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. +Whenever you install or remove a plugin from the command line, Fisher will write down all the installed 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: