aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.before/git.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.zsh.before/git.zsh')
-rw-r--r--.zsh.before/git.zsh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zsh.before/git.zsh b/.zsh.before/git.zsh
new file mode 100644
index 0000000..c87ec5a
--- /dev/null
+++ b/.zsh.before/git.zsh
@@ -0,0 +1,4 @@
+# Makes git auto completion faster favouring for local completions
+__git_files () {
+ _wanted files expl 'local files' _files
+}