Use include in your gitconfig
This commit is contained in:
parent
1d88ae66eb
commit
6c5e0dcce8
|
@ -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
|
|
@ -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
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue