dotar/zsh/git.zsh

7 lines
154 B
Bash
Raw Normal View History

2012-03-22 03:33:34 +08:00
# Speed up git completion
# http://talkings.org/post/5236392664/zsh-and-slow-git-completion
__git_files () {
_wanted files expl 'local files' _files
}