mirror of
https://github.com/kennethreitz-archive/dotfiles.git
synced 2026-06-05 23:40:16 +00:00
18 lines
347 B
INI
18 lines
347 B
INI
[user]
|
|
email = me@kennethreitz.com
|
|
name = Kenneth Reitz
|
|
[github]
|
|
user = kennethreitz
|
|
token = xxxxxxxxxxxxxxxxxxx
|
|
[core]
|
|
excludesfile = /Users/kreitz/.global_ignore
|
|
quotepath = false
|
|
[alias]
|
|
update = !gx-update
|
|
[difftool "Kaleidoscope"]
|
|
cmd = ksdiff-wrapper git \"$LOCAL\" \"$REMOTE\"
|
|
[difftool]
|
|
prompt = false
|
|
[diff]
|
|
tool = Kaleidoscope
|