Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-25 | git-pull add --rebase option | UncleBill | |
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-12 | Merge pull request #1696 from henryyan/master | Robby Russell | |
Added $PATH to PATH in install shell | |||
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-04-07 | Added $PATH to PATH in install shell | Henry Yan | |
2013-03-10 | Escape /Users/desudhak/.oh-my-zsh path (previously broke spaces in path) | Deepu Sudhakar | |
2012-12-02 | Fixing conflict in install scripts | Probably Not | |
2012-12-01 | Merge pull request #1370 from ericmathison/syntax-fix | Robby Russell | |
Fix color syntax | |||
2012-11-26 | Add UPDATE_ZSH_DAYS setting | Eric Danielson | |
2012-10-21 | Fix color syntax | Eric Mathison | |
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-06-23 | Fix finding git issue. ↵ | Renan Cakirerk | |
http://stackoverflow.com/questions/592620/check-if-a-program-exists-from-a-bash-script | |||
2012-06-13 | Merge pull request #1055 from daniellockard/patch-1 | Robby Russell | |
Added an if-statement to see if git is installed | |||
2012-05-31 | Now with 50% less auto-updates. | Robby Russell | |
2012-04-04 | Added an if-statement to see if git is installed | Daniel Lockard | |
2012-01-15 | Don’t report that Oh My Zsh has been updated when it hasn’t. | backspace | |
2011-12-16 | Merge pull request #708 from eatnumber1/update-print | Robby Russell | |
Use printf rather than echo -e in update.sh | |||
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-11-15 | Added option to disable the update prompt. Set DISABLE_UPDATE_PROMPT to true ↵ | Graham McMillan | |
to enable. | |||
2011-10-10 | Merge pull request #554 from toolbear/549-fix-auto-upgrade | Robby Russell | |
Fix auto upgrade failure from non-exported ZSH env var | |||
2011-10-10 | Merge pull request #482 from volpino/master | Robby Russell | |
Theme chooser + fox's theme | |||
2011-10-10 | Merge pull request #275 from tristan0x/require_tool | Robby Russell | |
New script $ZSH/tools/require_tool.sh to ensure version of tool | |||
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-08-03 | fixed theme chooser + options + list available themes + show all themes | fox | |
2011-08-01 | 'echo' did not show colors without -e in upgrade.sh | Ilya Chesnokov | |
2011-07-24 | global zsh config | fox | |
2011-07-24 | mac os fix | fox | |
2011-07-19 | fox's theme + theme chooser fixes | fox | |
2011-07-19 | added theme chooser | fox | |
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. | |||
2011-04-29 | fixed autoupdate | nebirhos | |
2011-04-18 | Changed to use which. | Arthur Kalmenson | |
2011-04-18 | Change URL to https since most corporate environments block git port. | Arthur Kalmenson | |
2011-04-18 | Make the chsh more reliable. | Arthur Kalmenson | |
2011-04-13 | Fix version parsing. Now working with command $ zsh --version | Tristan Carel | |
2011-04-13 | New tool require_tool.sh | Tristan Carel | |
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. | |||
2010-08-19 | Switching to /usr/bin/env zsh instead of /bin/zsh in the installer | Robby Russell | |
2010-06-03 | Adding some candy to the upgrade script | Robby Russell | |
2010-05-07 | Sprinkling some candy on this muffin. | Robby Russell | |
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-16 | Removed useless else | Toon Claes | |
2009-10-11 | Replaced source with . | Gerhard Lazu | |
2009-09-23 | Oh My Zsh gets a weekly auto-updater... the future is now! | Robby Russell | |
2009-09-23 | Adding a script to check for upgrades | Robby Russell | |
2009-09-07 | Updating install process to copy your current environments PATH and adding ↵ | Robby Russell | |
it to the bottom of ~/.zshrc. | |||
2009-09-01 | Updating installer to use the new template file. ~/.zshrc will now be ↵ | Robby Russell | |
outside of the repository |