Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-17 | chore: add `.idea` directory to `.gitignore` | Carlo Sala | |
2022-10-07 | chore: add vscode workspace settings to gitignore (#11108) | Erik Thorelli | |
There are workspace settings for vscode plugins that make contributing to ohmyzsh easier. However, these would be noisy for users, especially for those that don't use vscode. | |||
2019-12-28 | Feature/ionic plugin aliases (#8494) | khalil choudhry | |
* Add DS_Store to gitignore * Add ionic aliases * Add ionic plugin readme | |||
2019-11-19 | Use safer append to hook function arrays (#8406) | Jacob Tomaw | |
Use add-zsh-hook to add functions to hooks. That way they won't be added again when doing `source ~/.zshrc` multiple times. Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2019-04-26 | meta: ignore example files in custom directory | Marc Cornellà | |
Fixes #7801 | |||
2016-05-12 | Tidy up gitignore file | Marc Cornellà | |
- `custom/example.zshcache` doesn't exist anymore: it's safe to ignore. - `*.swp` files are ignored for no apparent reason. There's nothing in the codebase that generates them. This was introduced by @lepht in commit f78218f6 on 24 May 2011. - Files `locals.zsh` and `projects.zsh` are no longer supported for putting custom configuration there. This is since commit 8debd09 where files were put in a lib/ folder, but failed to modify the .gitignore file as well. The init script was modified as well, so those files aren't even being sourced: they are safe to be deleted or ported into a custom script. | |||
2016-05-12 | Use .gitkeep files to keep cache/ and log/ directories | Marc Cornellà | |
Instead of .easter-egg files we now have empty .gitkeep files, like is done as an informal standard. | |||
2014-03-22 | Merge pull request #1117 from Peeja/move-example-plugin | Robby Russell | |
Move example plugin to the custom plugins directory. | |||
2013-10-25 | Minor gitignore fix. | Kaiwen Xu | |
(Sorry my bad). | |||
2013-10-13 | gitignore fix for custom folder. | Kaiwen Xu | |
2013-05-17 | add search by filename and file content feature | yleo77 | |
2012-11-25 | fixes my wrong commit - fixes #1423 | Carlos Alexandro Becker | |
2012-11-21 | totvs utils | Carlos Alexandro Becker | |
2012-05-16 | Move example plugin to the custom plugins dir. | Peter Jaros | |
2011-12-08 | Merge branch 'master' of git@github.com:fred-o/oh-my-zsh | Fredrik Appelberg | |
Conflicts: .gitignore | |||
2011-05-29 | Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh into ↵ | Pete Clark | |
taskwarrior-plugin | |||
2011-05-26 | Adding ability to override plugins from the custom directory. | Jake Bell | |
2011-05-24 | Adds compl .swp caches to gitignore | Pete Clark | |
2011-04-29 | Added git-flow plugin | Kevin Daudt | |
2011-03-07 | .gitignore | Fredrik Appelberg | |
2011-01-10 | Made git ignore everything in custom, not only the .zsh files. | Robin Ramael | |
2009-09-23 | merge upstream | James Cox | |
2009-09-23 | not ignoring example.zsh | Robby Russell | |
2009-09-23 | Updating .gitignore to ignore everything but the example.zsh file in custom/ | Robby Russell | |
2009-09-23 | further refactorings | James Cox | |
2009-08-28 | Adding initial gitignore file | Robby Russell | |