dotfiles/git/gitconfig

12 lines
188 B
Plaintext
Raw Normal View History

[user]
email = james@jpatrick.io
name = James Patrick
[core]
pager = diff-so-fancy | less -FXRi
editor = vim
2020-11-27 21:53:24 +00:00
[github]
user = jamesepatrick
[alias]
root = rev-parse --show-toplevel