ohmyzsh/tools
Probably Not b0aa4b65ed Being more accurate and careful with .zshrc during install/uninstall
install.sh:
  In the case where copy fails, remove will probably succeed.
For example, if the file system were full.  So we're trying
to be more careful with .zshrc here.

uninstall.sh:
  The messages are not accurate to what the script is doing
with .zshrc -- It says, "Backing up to .zshrc.pre-oh-my-zsh"
but the next line removes it.  So we should rename .zshrc
instead of removing it before we restore the original.
2012-08-04 11:41:47 -07:00
..
check_for_upgrade.sh auto-upadate feature will now reset the epoch so that if a user doesn't say yes, it won't ask them again for a while. fixes #1240 2012-07-20 15:07:51 -07:00
install.sh Being more accurate and careful with .zshrc during install/uninstall 2012-08-04 11:41:47 -07:00
require_tool.sh Fix version parsing. Now working with command $ zsh --version 2011-04-13 17:24:44 +02:00
theme_chooser.sh fixed theme chooser + options + list available themes + show all themes 2011-08-03 09:42:16 +02:00
uninstall.sh Being more accurate and careful with .zshrc during install/uninstall 2012-08-04 11:41:47 -07:00
upgrade.sh Don’t report that Oh My Zsh has been updated when it hasn’t. 2012-01-15 08:49:52 +02:00