oh-my-zsh/tools
Alexander Polynomdivision ee3363f475 Add a flag to prevent the "launch" of zsh
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.
2017-02-06 20:49:57 +01:00
..
check_for_upgrade.sh Convert "if then" statements to "if; then" one-liners 2016-10-03 12:05:10 +02:00
install.sh Add a flag to prevent the "launch" of zsh 2017-02-06 20:49:57 +01:00
require_tool.sh Fix version parsing. Now working with command $ zsh --version 2011-04-13 17:24:44 +02:00
theme_chooser.sh Display right prompt in theme chooser 2013-09-10 11:28:31 +02:00
uninstall.sh Removing source command 2015-11-04 20:36:53 +07:00
upgrade.sh Use consistent wording when updating 2015-12-15 03:46:46 +01:00