Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-20 | Replace /usr/bin/env with env | Fredrik Fornwall | |
Some environments (such as Android) does not have /usr/bin. | |||
2014-06-04 | Cancel upgrade if $ZSH is not writable | n.st | |
from #2360 | |||
2014-05-24 | fix(tools/check_for_upgrade): Don't source profile | Mark Feltner | |
Reverts #2296, but mostly #1883. There is no need to source ~/.profile when this script is read. oh-my-zsh writes no configuration data in ~/.profile. If the user wishes to use data within ~/.profile, then they should source it in another place. Fixes #2315 | |||
2014-05-24 | Write the update file even if `CLOBBER` is unset. | Adam Luikart | |
2013-12-18 | Revert "Cancel update if the current user doesn't have write permissions for ↵ | Robby Russell | |
the oh-my-zsh directory." This reverts commit 152e1e07e0397ecc3f1778ea597d081c33ee8ff4. | |||
2013-12-18 | Cancel update if the current user doesn't have write permissions for the ↵ | n.st | |
oh-my-zsh directory. | |||
2013-12-03 | source ~/.profile only if it exists | Patrick Stadler | |
2013-06-11 | source ~/.profile for upgrading (to source the proxy configuration) | Gaetan Semet | |
Signed-off-by: Gaetan Semet <gaetan@xeberon.net> | |||
2012-11-26 | Add UPDATE_ZSH_DAYS setting | Eric Danielson | |
2012-07-20 | auto-upadate feature will now reset the epoch so that if a user doesn't say ↵ | Robby Russell | |
yes, it won't ask them again for a while. fixes #1240 | |||
2012-05-31 | Now with 50% less auto-updates. | Robby Russell | |
2011-11-15 | Added option to disable the update prompt. Set DISABLE_UPDATE_PROMPT to true ↵ | Graham McMillan | |
to enable. | |||
2011-08-17 | Fix auto upgrade failure from non-exported ZSH env var | Tim Taylor | |
Fixes #549. Specify ZSH=$ZSH explicitly when invoking the auto update scripts. | |||
2011-04-29 | fixed autoupdate | nebirhos | |
2011-02-04 | Fixed auto update. | Christopher Chow | |
Paramater substitution instead of command subsitution was being used causing the calculation of time since last check to be incorrect. | |||
2009-12-12 | Updating check_for_upgrade script to fix issue when the LAST_EPOCH ↵ | Robby Russell | |
file/value got corrupted. Closes #32 | |||
2009-10-11 | Replaced source with . | Gerhard Lazu | |
2009-09-23 | Adding a script to check for upgrades | Robby Russell | |