Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 354 Bytes

File metadata and controls

13 lines (9 loc) · 354 Bytes

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="username@provider.com" # for Git
export GIT_AUTHOR_NAME="Author Name" # for Git