wfxr / forgit

:zzz: A utility tool powered by fzf for using git interactively.
MIT License
4.32k stars 136 forks source link

fix: avoid polluting global namespace #347

Closed wfxr closed 4 months ago

wfxr commented 4 months ago

Check list

Description

Minor fix to avoid variables used locally in forgit.plugin.zsh to be exported in to the global namespace.

Type of change

Test environment

cjappl commented 4 months ago

LGTM if someone else wants to review too 👍

carlfriedrich commented 4 months ago

Works for me!