mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 16:32:00 +00:00
This flag would skip executing a Zsh subshell without forcingly use --unattended, allowing the user to still choose to change the default shell and overwrite the current .zshrc file at users's $HOME. This flag is compatible with other established ways to skip running a Zsh subshell, like `RUNZSH=yes sh -c "$(<fetch_OMZ_installer_command>)`, or `--unattended`, as noted in PR #5853 (https://github.com/ohmyzsh/ohmyzsh/pull/5853#issuecomment-496625733)