about summary refs log tree commit diff
path: root/Completion/Zsh/Context
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Zsh/Context')
-rw-r--r--Completion/Zsh/Context/_equal9
1 files changed, 9 insertions, 0 deletions
diff --git a/Completion/Zsh/Context/_equal b/Completion/Zsh/Context/_equal
new file mode 100644
index 000000000..4150fe629
--- /dev/null
+++ b/Completion/Zsh/Context/_equal
@@ -0,0 +1,9 @@
+#compdef -equal-
+
+local args
+
+args=( "$@" )
+
+_alternative -O args \
+    'commands:command:compadd -k commands' \
+    'aliases:alias:compadd -k aliases'