From 74e6e0444a11f02d62a7634976f7abd2c4c8bd1c Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 11:27:58 +0000 Subject: moved from Completion/Builtins/_emulate --- Completion/Zsh/Command/_emulate | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Completion/Zsh/Command/_emulate (limited to 'Completion/Zsh') 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)' -- cgit 1.4.1