1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-11 16:34:25 +00:00
Files
ohmyzsh-mirror/tools
Diego Villarreal b106d4112c feat(installer): add specific flag to skip Zsh execution after installation
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)
2026-04-01 11:56:15 -06:00
..