about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Completion/Zsh/Command/_emulate6
1 files changed, 6 insertions, 0 deletions
diff --git a/Completion/Zsh/Command/_emulate b/Completion/Zsh/Command/_emulate
new file mode 100644
index 000000000..e562d6834
--- /dev/null
+++ b/Completion/Zsh/Command/_emulate
@@ -0,0 +1,6 @@
+#compdef emulate
+
+_arguments -C -s -A "-*" \
+  '-L[set local_options and local_traps as well]' \
+  '-R[reset all options instead of only those needed for script portability]' \
+  '::shell to emulate:(zsh sh ksh csh)'