The best place for it is a ~/.zprofile file.
It is executed before ~/.zshrc, which is public and is present in this repository.
export EMAIL="username@provider.com" # for Git
export GIT_AUTHOR_NAME="Author Name" # for GitThe best place for it is a ~/.zprofile file.
It is executed before ~/.zshrc, which is public and is present in this repository.
export EMAIL="username@provider.com" # for Git
export GIT_AUTHOR_NAME="Author Name" # for Git