aboutsummaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorxero <x@xero.nu>2014-03-08 22:08:40 -0500
committerxero <x@xero.nu>2014-03-08 22:08:40 -0500
commit02dd2db6564b9e3fd1e1582724bbd188f5de7db6 (patch)
treefbafdd0af4a5615286e3fd16e15b740d71db5d51 /.gitconfig
parentb58ff155f74cbe76f51aa0074d8d2218de774613 (diff)
downloaddotfiles_ascii-02dd2db6564b9e3fd1e1582724bbd188f5de7db6.tar.xz
dotfiles_ascii-02dd2db6564b9e3fd1e1582724bbd188f5de7db6.zip
add configs for fonts and git, update zshrc and xdefaults
Diffstat (limited to '')
-rw-r--r--.gitconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
new file mode 100644
index 0000000..2d863d1
--- /dev/null
+++ b/.gitconfig
@@ -0,0 +1,9 @@
+[user]
+ name = xero
+ email = x@xero.nu
+[credential]
+ helper = cache
+[alias]
+ graph = log --graph --color --pretty=format:"%C(yellow)%H%C(green)%d%C(reset)%n%x20%cd%n%x20%cn%x20(%ce)%n%x20%s%n"
+[color]
+ ui = auto