Ver Fonte

update submodules, change kali command to use author instead of committer

Weiyi Lou há 13 anos atrás
pai
commit
9b80f7e651

+ 1 - 1
vim/bundle/fugitive

@@ -1 +1 @@
-Subproject commit 0abe1fb12232abe5b7bdfa4d244f04faf3450ba3
+Subproject commit 41383131b861c12abd82ad55a9546b9b715925a0

+ 1 - 1
vim/bundle/mw-utils

@@ -1 +1 @@
-Subproject commit d1bfbc589944fcb84af887aec79074d80a327f4c
+Subproject commit a1b611ab22745f8b877d8de4f09985a0ddf3acfd

+ 1 - 1
vim/bundle/repeat

@@ -1 +1 @@
-Subproject commit d75a544b786710705f0db0d8d8fd66ca4a5a7239
+Subproject commit 613eb1c81261adfa5dead315089c432ff6dbbc51

+ 1 - 1
vim/bundle/snipmate

@@ -1 +1 @@
-Subproject commit b42f80ff212d251062cda66429ad1a0af8c39781
+Subproject commit 220347a0ddfa6ad4365b2f307518d2b33d080411

+ 1 - 1
vim/bundle/snipmate-snippets

@@ -1 +1 @@
-Subproject commit 220bc3e883a968179038cdd50512437daa432134
+Subproject commit b1d377d1abe889ef6280bd5e3908f74a90b0fea0

+ 1 - 1
vim/bundle/supertab

@@ -1 +1 @@
-Subproject commit ee35ab6954a11337a2b52003d07fabe442843b68
+Subproject commit 7380c4f0db00992787975f51a3667378fb4cf2ea

+ 1 - 1
vim/bundle/syntastic

@@ -1 +1 @@
-Subproject commit e5dfcc3488e407c8e28b308cb6e631336e77d060
+Subproject commit 127422c11eeb61692a58e70fbefd096a39c80965

+ 1 - 1
vim/bundle/tagbar

@@ -1 +1 @@
-Subproject commit bff765b957b44988975565272eb4f6359543b4ec
+Subproject commit 2fee7677d5d46419570cd9760c58192dfba68113

+ 1 - 1
vim/bundle/tlib

@@ -1 +1 @@
-Subproject commit 70da9742b147a4a5ed77217a4604f23ec4736898
+Subproject commit 9c73ca3874d64953e2d61c9f4d830b4644562a07

+ 1 - 1
zsh/oh-my-zsh

@@ -1 +1 @@
-Subproject commit d05b2010ffd4cd33ff9402c402051b1caf985d97
+Subproject commit 921d2f49ef01acce973980c0aa9c6ffbbd2fbd0b

+ 1 - 1
zsh/omz-custom/dev-acer.zsh

@@ -19,7 +19,7 @@ alias migrate='li3 migration db:migrate'
 alias sqlo='mysql -u oars -p'
 
 # git log made to be a kind-of helpful kali summary in git repositories
-alias kali='git log --author=eiyi --date=short --pretty="format:%C(yellow)[%cd] %Cblue%s %Creset -- %cn %h"'
+alias kali='git log --author=eiyi --date=short --pretty="format:%C(yellow)[%ad] %Cblue%s %Creset -- %an %h"'
 
 ## shortcuts for Jails setup
 #alias guantanamo-start='env -i /usr/sbin/chroot /jails/guantanamo /usr/local/apache2/bin/httpd -k start'