Remove extraneous PATH export (#329)

This commit is contained in:
Edwin Kofler 2023-12-20 06:50:44 -08:00 committed by GitHub
parent 48e91dadb5
commit d7f88d75b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.*