| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-09-19 | Merge pull request #3889 from leycec/compaudit | Robby Russell | |
| Repair `zsh` Path Permissions on `oh-my-zsh` Startup under Cygwin | |||
| 2015-08-08 | Revert "Move custon *.zsh file sourcing up so that they can load plugins and ↵ | Marc Cornellà | |
| other things that come after." This reverts commit a28dbc83937cbe624ec726199b4bbe7b65b2b2a0. | |||
| 2015-07-20 | Completion insecurities handled on startup. | leycec | |
| Completion-dependent directories with insecure permissions or ownership (e.g., group or other writability) are now detected, reported, and sanitized on OMZ startup rather than unsafely ignored -- which resulted in effectively empty completion caches and obscure compdef() errors resembling "compdef: unknown command or service: git". This fixes long-standing issues #630, #3356, and #3455 and related Babun issues 159, 281, and 322 -- and probably numerous other duplicates. | |||
| 2015-06-11 | fix typo | Archie | |
| 2015-06-10 | Move custon *.zsh file sourcing up so that they can load plugins and other ↵ | Matthew Hager | |
| things that come after. | |||
| 2015-01-08 | Allow custom cache dir | Stephen | |
| We are running oh-my-zsh on a shared install and the only issue is each user having a custom cache dir. This will allow us to set the cache dir to ZSH_CACHE_DIR=~/oh-my-zsh/cache/ . | |||
| 2014-12-08 | allow overriding lib/*.zsh in custom/lib | Will Boyce | |
| 2014-09-03 | Merge pull request #2743 from docwhat/issue-2155-scutil | Robby Russell | |
| Trust but verify 'scutil' to return ComputerName | |||
| 2014-08-20 | Replace /usr/bin/env with env | Fredrik Fornwall | |
| Some environments (such as Android) does not have /usr/bin. | |||
| 2014-07-23 | Trust but verify 'scutil' to return ComputerName | Christian Höltje | |
| Apparently, it is possible to set up a Mac such that `scutil --get ComputerName` hasn't been set. This change checks if that fails and falls back to the original mechanism. Closes #2155 Closes #2183 | |||
| 2014-06-07 | Don't override ZSH_COMPDUMP if already set. | Christian Höltje | |
| This allows customization via .zshenv if wanted. This is helpful for zsh developers and people who want to move it out of $HOME | |||
| 2013-12-13 | Prevents oh-my-zsh loading the .zshenv twice | Juan Ignacio Donoso | |
| 2013-11-16 | standardize logic blocks | Eddie Monge | |
| 2013-05-17 | Create the zcompdump based on version and host | Christian Höltje | |
| This will prevent lots of subtle problems that happen when people upgrade ZSH or use NFS mounted home directories. The ZSH_COMPDUMP variable can also be used to implement `zcompile` and other fun features in the future. | |||
| 2013-04-23 | Merge pull request #1569 from ZeroKnight/master | Robby Russell | |
| Better custom theme loading | |||
| 2013-04-07 | 005d967dc4e879f304607a706ccd18886e630dc1 | Robby Russell | |
| 2013-01-30 | Better custom theme loading | Alex | |
| oh-my-zsh.sh now also checks for $ZSH_CUSTOM/themes/$ZSH_THEME.zsh-theme when attempting to load a theme. This way custom themes can be a bit more organized in the 'custom' dir | |||
| 2012-12-05 | Unset `config_file` variable in oh-my-zsh.sh | Larry Lv | |
| `config_file` variable will mess up with `cd` auto-complete command. eg. I have a local dir named `Code`, and when I type `cd co<Tab>`, config_file will show up, and doesn't make any sense... | |||
| 2012-10-30 | Expand for-loop so that it works under Snow Leopard Terminal.app. | Hok Shun Poon | |
| 2012-05-23 | Load symlink custom files | natsumesou | |
| `(.)` search only real files. The deletion of it enables searching symlink *.zsh files | |||
| 2012-05-06 | Load themes from `$ZSH_CUSTOM` instead of `$ZSH/custom` | Jim Myhrberg | |
| This seems like a simple oversight, everything else uses `$ZSH_CUSTOM` rather than `$ZSH/custom`. | |||
| 2012-05-06 | Suppress "zsh: no matches found" error when $ZSH_CUSTOM has no files | Jim Myhrberg | |
| The addition of `(.N)` enables the `NULL_GLOB` option which suppresses the error output in question. Reference: http://www.zsh.org/mla/users/2004/msg00621.html | |||
| 2012-01-16 | fixing #812: adding plugins w/o plugin.zsh file to fpath. | Arbo von Monkiewitsch | |
| 2011-12-26 | Merge pull request #618 from fceccon/custom-theme | Robby Russell | |
| Use a custom version of a theme if the user has it | |||
| 2011-11-16 | Moved ZSH_CUSTOM declaration before fpath is set | Christian Höltje | |
| * also normalized style to match the guide. | |||
| 2011-11-16 | set fpath correctly for custom plugins | Christian Höltje | |
| Custom plugins weren't being added to the fpath correctly. | |||
| 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-09-20 | First search in the custom folder for the theme | fceccon | |
| 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 | |
