From 74dabc5d5a10a08c064d883b47539011c67d4728 Mon Sep 17 00:00:00 2001 From: Yohan Min <62196407+myh2910@users.noreply.github.com> Date: Wed, 4 May 2022 07:39:04 -0500 Subject: [PATCH] Fixed a small typo (#714) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db8df7e..0d102ec 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: