mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-29 19:00:57 +02:00
moved from Completion/Builtins/_emulate
This commit is contained in:
parent
7ba9f7f8ba
commit
74e6e0444a
1 changed files with 6 additions and 0 deletions
6
Completion/Zsh/Command/_emulate
Normal file
6
Completion/Zsh/Command/_emulate
Normal file
|
@ -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)'
|
Loading…
Reference in a new issue