mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
For me personally, it is very annoying when I install a fresh copy of linux and I run my script to install everything but it gets stuck at the installation of oh-my-zsh because it waits for zsh to exit. Because of that I added the flag "--no-env-zsh", and yes I know that it's a dumb name, to prevent the installer from "starting" zsh if the user specifies the "--no-env-zsh" flag. I didn't find a PR like this or a way to prevent the installer from launching zsh in the script. I also don't know if it's useful for anyone except me. |
||
|---|---|---|
| .. | ||
| check_for_upgrade.sh | ||
| install.sh | ||
| require_tool.sh | ||
| theme_chooser.sh | ||
| uninstall.sh | ||
| upgrade.sh | ||