initialcommit-com / git-sim

Visually simulate Git operations in your own repos with a single terminal command.
GNU General Public License v2.0
4.19k stars 109 forks source link

add trailing underscore to env_prefix #54

Closed paketb0te closed 1 year ago

paketb0te commented 1 year ago

Fix a typo in the env_prefix variable of the Settings class.

Allows us to define env vars like GIT_SIM_ANIMATE=true (actually case-insensitive, so git_sim_animate=true works just as well :smile:) to override the default settings.