mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-08-02 12:43:57 +08:00
Guard clauses are if constructs that return early if there is an error that prevents continuing. This way there isn't a big nesting of if expressions.