Skip to content

Commit

Permalink
Remove extraneous PATH export (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperupcall authored Dec 20, 2023
1 parent 48e91da commit d7f88d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.*
Expand Down

0 comments on commit d7f88d7

Please sign in to comment.