about summary refs log tree commit diff
path: root/Completion/Zsh/Command/_exec
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Zsh/Command/_exec')
-rw-r--r--Completion/Zsh/Command/_exec9
1 files changed, 9 insertions, 0 deletions
diff --git a/Completion/Zsh/Command/_exec b/Completion/Zsh/Command/_exec
new file mode 100644
index 000000000..8de341a02
--- /dev/null
+++ b/Completion/Zsh/Command/_exec
@@ -0,0 +1,9 @@
+#compdef exec
+
+[[ $service == exec ]] && precommands+=( exec )
+
+_arguments -s -S -A '-*' : \
+  '-a+[set argv\[0\] to specified string]:argv[0] string' \
+  '-c[clear environment]' \
+  '-l[simulate login shell (prepend - to argv\[0\])]' \
+  '*:: : _normal'