merge master branch.

This commit is contained in:
Kyle West
2012-03-21 15:33:34 -04:00
73 changed files with 800 additions and 133 deletions

6
zsh/git.zsh Normal file
View File

@@ -0,0 +1,6 @@
# Speed up git completion
# http://talkings.org/post/5236392664/zsh-and-slow-git-completion
__git_files () {
_wanted files expl 'local files' _files
}