diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-04-09 11:30:57 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-04-09 11:30:57 +0700 |
commit | 59fb998abb48df972a2ce399a8bacb2a5de06da2 (patch) | |
tree | 524c55afcc849475c31e3057482a430d6fadc63a /dev/.gitconfig | |
parent | 25f162ed00b2676dc521c055545f7ec279332061 (diff) | |
download | dotfiles-59fb998abb48df972a2ce399a8bacb2a5de06da2.tar.gz |
Update 2020-04-09
Diffstat (limited to 'dev/.gitconfig')
-rw-r--r-- | dev/.gitconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev/.gitconfig b/dev/.gitconfig index cacb6a2..46a58ed 100644 --- a/dev/.gitconfig +++ b/dev/.gitconfig @@ -1,5 +1,5 @@ [user] - email = vn.mcsinyx@gmail.com + email = mcsinyx@disroot.org name = Nguyễn Gia Phong [diff] tool = vimdiff @@ -12,3 +12,5 @@ smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true +[color] + ui = auto |