1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-26 13:14:44 +01:00
Files
oh-my-zsh/tools/install.sh
Marc Cornellà 62216aaa8f installer: use guard clauses in setup_shell for better readability
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.
2019-06-03 17:18:23 +02:00

3.9 KiB
Executable File