ohmyzsh/tools
Michal Papis b049410adb Do not force PATH in the installer
The installer forced PATH - this prevents PATH dynamically set by system, also forces any temporary user PATH that was set during installation to be recorded and used on every shell start.

It should be users conscious choice to manipulate PATH, a lot of users is not aware of this and do not even know if this good or not.

If users need to add something to PATH they should do it by adding it not overwriting system detected PATH:

    PATH="$PATH:/user/custom/path"

or:

    path+=( "/user/custom/path" )
2012-10-15 21:52:40 +03: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 Do not force PATH in the installer 2012-10-15 21:52:40 +03: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 Adding an uninstaller tool 2009-08-31 15:00:38 -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