Dotfiles and setup Private Configuration 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="[email protected]" # for Git export GIT_AUTHOR_NAME="Author Name" # for Git