diff options
Diffstat (limited to 'Functions/Misc')
-rw-r--r-- | Functions/Misc/zmv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Misc/zmv b/Functions/Misc/zmv index 571c3f350..44a8a1b0c 100644 --- a/Functions/Misc/zmv +++ b/Functions/Misc/zmv @@ -115,7 +115,7 @@ # non-positional parameters may not start with a number, although # paranoiacs like the author will probably put them there anyway. -emulate -L zsh +emulate -RL zsh setopt extendedglob local f g args match mbegin mend files action myname tmpf opt exec |