How to unset variables after use in .zshrc?
Unsetting a parameter is done with the built-in unset unset PARAMETER unsets PARAMETER. This can be done as soon as you no longer need PARAMETER, at the end of the file or anywhere inbetween. “Best practice” depends highly on the use case: In the case of colors you probably want them to be available from … Read more