Skip to content

Instantly share code, notes, and snippets.

@scottrobertson
Created October 18, 2013 09:01
Show Gist options
  • Save scottrobertson/7038694 to your computer and use it in GitHub Desktop.
Save scottrobertson/7038694 to your computer and use it in GitHub Desktop.
Fix slow autocomplete when running "git checkout". Add to .zshrc file.
__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