aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.functions/overrides.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.zsh.functions/overrides.zsh')
-rw-r--r--.zsh.functions/overrides.zsh4
1 files changed, 0 insertions, 4 deletions
diff --git a/.zsh.functions/overrides.zsh b/.zsh.functions/overrides.zsh
deleted file mode 100644
index b320671..0000000
--- a/.zsh.functions/overrides.zsh
+++ /dev/null
@@ -1,4 +0,0 @@
-# make git auto completion faster by favoring local files
-__git_files () {
- _wanted files expl 'local files' _files
-}