Update git config

This commit is contained in:
Tom Willemse 2014-08-20 23:56:26 +02:00
parent 8f7dd4a883
commit 46ba5c7a01
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,5 @@
*.lisp diff=lisp
*.el diff=lisp
*.org diff=org
*.hy diff=lisp
*.hy diff=lisp
*.py diff=python

View file

@ -8,6 +8,7 @@
ui = auto
[alias]
st = status -s
stt = !git status | head -n2 | tail -n1 && git status -s
su = status -suno
unadd = reset HEAD
lschanged = diff --name-only