Browse Source

fix(cli): ensure `ksharrays` is unset

Closes #12900
Carlo Sala 3 months ago
parent
commit
276e540eed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/cli.zsh

+ 1 - 0
lib/cli.zsh

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