typo in the readme.

This commit is contained in:
Kyle West 2012-01-24 13:43:20 -05:00
parent ed5e906906
commit 69049330d0

View File

@ -376,7 +376,7 @@ Since the gitconfig doesn't contain the user info, I recommend using env variabl
**Put the following in your ~/.secrets file which is automatically referenced by the provided zshrc:** **Put the following in your ~/.secrets file which is automatically referenced by the provided zshrc:**
# Set your git user info # Set your git user info
export GIT_AUTHOR_NAME='You Name' export GIT_AUTHOR_NAME='Your Name'
export GIT_AUTHOR_EMAIL='you@domain.com' export GIT_AUTHOR_EMAIL='you@domain.com'
export GIT_COMMITTER_NAME='Your Name' export GIT_COMMITTER_NAME='Your Name'
export GIT_COMMITTER_EMAIL='you@domain.com' export GIT_COMMITTER_EMAIL='you@domain.com'