Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-29 | eliminated unnecessary cd and failing substitution | Marcus Müller | |
Changing the working directory in a sub-subshell does not change the working directory of the executing shell. The substitution was broken for me on _all_ my machines, so I started looking into the business. | |||
2013-04-12 | Merge pull request #1651 from deepusudhakar/master | Robby Russell | |
Escape $ZSH path in upgrade_oh_my_zsh | |||
2013-04-09 | Escape spaces in folder name so script won't fail | Gaurav Misra | |
If the current directory has spaces, the script fails to change paths and fails. | |||
2013-03-10 | Escape /Users/desudhak/.oh-my-zsh path (previously broke spaces in path) | Deepu Sudhakar | |
2012-01-15 | Don’t report that Oh My Zsh has been updated when it hasn’t. | backspace | |
2011-11-16 | Use printf rather than echo -e in update.sh | Russell Harmon | |
update.sh is an "sh" script, not a zsh or bash script. On platforms which have real sh, echo does not have the -e option. | |||
2011-08-01 | 'echo' did not show colors without -e in upgrade.sh | Ilya Chesnokov | |
2011-07-17 | Adding quotes to deal with paths that have spaces. | Jake Bell | |
2011-06-04 | [upgrade] before init (no reload needed unless oh-my-zsh.sh has been modified) | vguerci | |
2011-06-03 | Colorize Install & Upgrade Scripts | Andrew Hodges | |
Make tools/install.sh and tools/upgrade.sh pretty. | |||
2010-06-03 | Adding some candy to the upgrade script | Robby Russell | |
2010-05-07 | Sprinkling some candy on this muffin. | Robby Russell | |
2009-09-23 | Oh My Zsh gets a weekly auto-updater... the future is now! | Robby Russell | |
2009-08-31 | Adding an upgrade_oh_my_zsh function to... well, upgrade Oh My Zsh | Robby Russell | |