mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-18 14:19:50 +00:00
Commit 09d2a597a5 introduced the bug, which is due to using
single brackets conditions at the same time as *.
This commit should fix it and use double brackets everywhere
else.
Fixes #4699