Use include in your gitconfig

This commit is contained in:
Thomas FORGIONE 2016-11-22 10:37:16 +01:00
parent 1d88ae66eb
commit 6c5e0dcce8
No known key found for this signature in database
GPG Key ID: 2A210FFC062E00C3
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,3 @@
[user]
name = Thomas FORGIONE
email = thomas.forgione@gmail.com
[credential]
helper = cache
[push]
@ -20,3 +17,5 @@
quotepath = false
[merge]
tool=meld
[commit]
gpgsign = true

View File

@ -17,7 +17,6 @@ function main {
make_link vimrc .vimrc
make_link ycm_extra_conf.py .vim/ycm_extra_conf.py
make_link awesome .config/awesome
make_link gitconfig .gitconfig
}