diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-01-20 21:47:05 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-01-20 21:47:05 +0100 |
commit | efc2d025498717ea429a4ec6a422c47b443a84d5 (patch) | |
tree | d6010c87b5ce82c7d5ea41af4867e063c6a839f2 /.gitconfig | |
parent | 0e69a0ac0f7b8ca260065c62d8552b006f537ef3 (diff) | |
download | dotfiles-efc2d025498717ea429a4ec6a422c47b443a84d5.tar.gz dotfiles-efc2d025498717ea429a4ec6a422c47b443a84d5.tar.xz |
add git sup alias; vimrc: add wildmenu; zshrc: disable correct_all
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ am = am -s c = cherry -v b = branch -vv + sup = log --all --graph --pretty=format:'%Cblue%h%C(yellow)%d %Creset%s %Cgreen(%cr) %Cred%an%+b' [merge] tool = vimdiff [push] |