diff options
author | June McEnroe <programble@gmail.com> | 2014-05-28 13:51:24 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2014-05-28 13:51:24 -0400 |
commit | 080847cc6de0fa847904f15fea6fd02bc61361f1 (patch) | |
tree | 2a567ecb12bf7944cd5829aea838fb1a1ed2ee69 | |
parent | Add .DS_store to global gitignore (diff) | |
download | src-080847cc6de0fa847904f15fea6fd02bc61361f1.tar.gz src-080847cc6de0fa847904f15fea6fd02bc61361f1.zip |
Use ~ for home directory in gitconfig
Diffstat (limited to '')
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitconfig b/.gitconfig index f491b56a..971dfba6 100644 --- a/.gitconfig +++ b/.gitconfig @@ -3,7 +3,7 @@ email = programble@gmail.com [core] editor = vim - excludesfile = /home/curtis/.gitignore.global + excludesfile = ~/.gitignore.global autocrlf = input [sendemail] smtpencryption = tls |