about summary refs log tree commit diff
path: root/Functions/Completion/_hash
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Completion/_hash')
-rw-r--r--Functions/Completion/_hash13
1 files changed, 0 insertions, 13 deletions
diff --git a/Functions/Completion/_hash b/Functions/Completion/_hash
deleted file mode 100644
index a6109563d..000000000
--- a/Functions/Completion/_hash
+++ /dev/null
@@ -1,13 +0,0 @@
-#defcomp hash
-
-if [[ -mword 1 -*d* ]]; then
-  if [[ -string 1 '=' ]]; then
-    _path_files -g '*(-/)'
-  else
-    complist -n -q -S '='
-  fi
-elif [[ -string 1 '=' ]]; then
-  _files -g '*(*)' '*(-/)'
-else
-  complist -m -q -S '='
-fi