From: Richard Whitehouse Date: Sun, 18 Mar 2012 16:50:02 +0000 (+0000) Subject: Make gitignore relative to homedir so that it works on Mac X-Git-Url: https://git.richardwhiuk.com/?a=commitdiff_plain;h=722553e1aa30fe8086a14154f6beb50d08d11300;p=dotfiles.git Make gitignore relative to homedir so that it works on Mac --- diff --git a/gitconfig b/gitconfig index 73c6279..789a4b1 100644 --- a/gitconfig +++ b/gitconfig @@ -2,4 +2,4 @@ email = github@richardwhiuk.com name = Richard Whitehouse [core] - excludesfile = /home/richardwhiuk/.gitignore_global + excludesfile = ~/.gitignore_global