From bb49a553c8305bc9f6d111a92f26daa1310c704c Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 24 Jan 2012 08:36:16 +0100 Subject: README: Tweak the part about ~/.extra --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7576a18..2e44f00 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,17 @@ If `~/.extra` exists, it will be sourced along with the other files. You can use My `~/.extra` looks something like this: ```bash +# PATH additions +export PATH="~/bin:$PATH" + +# Git credentials +# Not in the repository, to prevent people from accidentally committing under my name GIT_AUTHOR_NAME="Mathias Bynens" GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME" +git config --global user.name "$GIT_AUTHOR_NAME" GIT_AUTHOR_EMAIL="mathias@mailinator.com" GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL" +git config --global user.email "$GIT_AUTHOR_EMAIL" ``` ### Sensible OS X defaults -- cgit v1.2.3