Skip to content

Commit

Permalink
Adding hack to make git completion faster for local stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
lfilho committed Apr 29, 2013
1 parent b198b38 commit 35e9c2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zsh/git.zsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Makes git auto completion faster favouring for local completions
__git_files () {
_wanted files expl 'local files' _files
}

0 comments on commit 35e9c2d

Please sign in to comment.