Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-04 | added option of setting another path to custom plugins and files | Sune Kibsgaard Pedersen | |
just set ZSH_CUSTOM in your .zshrc, if not set oh-my-zsh.sh will use the default custom dir in the repository | |||
2011-06-15 | When the theme choice is left out, oh-my-zsh will not try to load it | Marius Ghita | |
2011-06-04 | Fix bug from Pull request #395 | Michael Komitee | |
#395 broke oh-my-zsh for users who disable check-for-updates | |||
2011-06-04 | [upgrade] before init (no reload needed unless oh-my-zsh.sh has been modified) | vguerci | |
2011-05-26 | Adding ability to override plugins from the custom directory. | Jake Bell | |
2011-05-25 | Merge pull request #351 from GutenLinux/master | Robby Russell | |
add custom completion support | |||
2011-05-24 | Fix to random theme selection | Casey Watson | |
- themes array is 1-based - theme files names are located in indicies 1 through N inclusive - this resolves an issue where you would occasionally see: "no such file or directory. Random theme '' loaded..." | |||
2011-05-22 | add custom completion support | Guten | |
2011-04-29 | Merge branch 'master' of github.com:robbyrussell/oh-my-zsh | Robby Russell | |
2011-04-29 | Feature: Random themes now supported. Just set your theme to 'random' and ↵ | Robby Russell | |
it'll load a different theme each time oh-my-zsh is started. Closes #309 | |||
2011-04-28 | Move sourcing of custom to below plugins | Pat Regan | |
2011-04-12 | Minor reformatting | Pat Regan | |
2011-04-12 | Moved the plugin fpath loop and compinit so they happen before custom ↵ | Pat Regan | |
scripts are loaded. | |||
2011-04-12 | Optimize plugin loading so that only one call to compinit is required | Pat Regan | |
2011-04-12 | Moved compinit call back to oh-my-zsh.sh, after plugins are loaded | Pat Regan | |
2011-04-08 | Removed commented out code. | Pat Regan | |
2011-04-08 | Moved the single compinit call from oh-my-zsh.sh to lib/completion.zsh | Pat Regan | |
2011-04-08 | Replace redundant calls to compinit with a single call. | Pat Regan | |
2011-01-08 | Postponing sourcing of the theme until after local customizations | Michael Komitee | |
2010-09-30 | Reorganizing plugins so that each plugin has it's own directory now so that ↵ | Robby Russell | |
any plugin-specific functions can be bundled within there. | |||
2010-09-26 | unset config_file is useless | Tomas Kramar | |
2010-06-03 | Initial implementation of a new plugin system, so that people can managed ↵ | Robby Russell | |
which aliases/functions they want. | |||
2010-05-06 | Unsetting config_file after loading config | Robby Russell | |
2009-12-13 | Based on a suggestion from robbyrussel, using env for greater compatibility. | johnmaxwelliv | |
2009-12-12 | Instead of using the user's standard shell, this script should be run using ↵ | johnmaxwelliv | |
zsh, since that was the shell it was written for. On my machine changes to my default shell only take effect when I log out and then long in again. Plus, it's nice for people to be able to try oh-my-zsh out even if zsh isn't their default shell right? :-) | |||
2009-10-26 | adding homebrew completions - and a function dir | Erik Kastner | |
2009-10-01 | run update check *after* running custom configuration scripts. | Jon Evans | |
This means we are running it after $PATH has potentially been set up, which means it's more likely that commands like "git" will be found | |||
2009-09-23 | Moving some example files into custom/ | Robby Russell | |
2009-09-23 | Moving all zsh config options into a lib/ subdirectory to make way for some ↵ | Robby Russell | |
upcoming changes to directory structure and configuration options | |||
2009-09-01 | Trying out some zsh-fu. Using the for x (*.zsh) source approach | Robby Russell | |
2009-09-01 | Moving the loading of all .zsh files into a different file so that we can ↵ | Robby Russell | |
remove zshrc from the repository |