Merge pull request #313 from lfilho/faster-git-compl
Adding hack to make git completion faster for local stuff
This commit is contained in:
commit
91261f00e6
4
zsh/git.zsh
Normal file
4
zsh/git.zsh
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Makes git auto completion faster favouring for local completions
|
||||||
|
__git_files () {
|
||||||
|
_wanted files expl 'local files' _files
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user