1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

fix(cli): ensure ksharrays is unset

Closes #12900
This commit is contained in:
Carlo Sala
2025-01-10 14:11:33 +01:00
parent 5c17bcd21f
commit 276e540eed

View File

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