From d7f88d75b6cb3b2bd95f5a2351a3ee79d35a35f9 Mon Sep 17 00:00:00 2001 From: Edwin Kofler Date: Wed, 20 Dec 2023 06:50:44 -0800 Subject: [PATCH] Remove extraneous PATH export (#329) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f17fc1e..2551cca 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ You can use forgit as a subcommand of git by making `git-forgit` available in `$ ```sh # after `forgit` was loaded -export PATH="$PATH:$FORGIT_INSTALL_DIR/bin" +PATH="$PATH:$FORGIT_INSTALL_DIR/bin" ``` *Some plugin managers can help do this.*