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, 0 insertions, 4 deletions
diff --git a/.zsh.before/git.zsh b/.zsh.before/git.zsh
deleted file mode 100644
index c87ec5a..0000000
--- a/.zsh.before/git.zsh
+++ /dev/null
@@ -1,4 +0,0 @@
-# Makes git auto completion faster favouring for local completions
-__git_files () {
- _wanted files expl 'local files' _files
-}