Created
October 18, 2013 09:01
-
-
Save scottrobertson/7038694 to your computer and use it in GitHub Desktop.
Fix slow autocomplete when running "git checkout". Add to .zshrc file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__git_files () { | |
_wanted files expl 'local files' _files | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment