fix(cli): ensure `ksharrays` is unset

Closes #12900
master
Carlo Sala 1 year ago
parent 5c17bcd21f
commit 276e540eed
No known key found for this signature in database
GPG Key ID: DA6FB450C1A4FE9A
  1. 1
      lib/cli.zsh

@ -1,6 +1,7 @@
#!/usr/bin/env zsh
function omz {
setopt localoptions noksharrays
[[ $# -gt 0 ]] || {
_omz::help
return 1

Loading…
Cancel
Save