Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-05 | zshrc: add option to bypass update prompt (#5891) | Marc Cornellà | |
2019-04-08 | zshrc: remove SSH_KEY_PATH comment | Marc Cornellà | |
Fixes #5741 | |||
2019-01-20 | template: change plugins definition to single line (#7498) | Rehan Mahmood | |
2018-08-29 | Clarify random theme setting (#7090) | Samuel Lelièvre | |
Clarify random theme setting, in particular how to know which theme was loaded if picked at random. | |||
2018-07-13 | Add support for custom timestamp format in history (#6770) | Cristian Consonni | |
2017-11-08 | Updating template and README to list plugins on individual lines vs one long ↵ | Robby Russell | |
one. Easier scanning for you and me. | |||
2017-11-01 | Merge branch 'Random_Theme_From_List' of https://github.com/Gnouc/oh-my-zsh ↵ | Robby Russell | |
into Gnouc-Random_Theme_From_List | |||
2017-02-18 | Adds option to disable auto update prompt | Rob Freiburger | |
I noticed this option was missing from the template. When I followed the directions in README to enable it, I put it below line 59 without noticing it wouldn't have any effect by then. Prevent others from making a rookie mistake like mine. | |||
2016-11-02 | Changed dsa --> rsa in zshrc.zsh-template file (#5603) | Timothy Blumberg | |
2016-08-23 | Reorder zshrc template | Marc Cornellà | |
2016-06-16 | Remove undesirable hardcoding of PATH into zshrc (#4925) | Felipe Vargas | |
See robbyrussell@b67961d | |||
2015-12-18 | Some improvements | LE Manh Cuong | |
- Adding documentation - Note the effect empty array - Fix spelling - Using new test `[[...]]` | |||
2015-12-18 | Allow loading themes from predefined list | LE Manh Cuong | |
2015-05-01 | Update template zshrc with HYPHEN_INSENSITIVE | Jordan Klassen | |
2014-11-21 | Fix Yosemite broken zsh where $PATH var does not get appended correctly. | Doan Truong Thi | |
Sourcing oh-my-zsh immediately after export PATH. | |||
2014-06-04 | too many plugins = slow init warning | Dražen Lučanin | |
2014-05-25 | Move aliases to 'custom' section of .zshrc template | Sean McCann | |
By convention, user-specific aliases are kept in each user's .zshrc file. The .zshrc template provided by oh-my-zsh has an area for example aliases, though these were being loaded before other aliases in libs, plugins, and themes. As a result, personal aliases could be overwritten by these other aliases as they are loaded. To make personal customization easier, the sample aliases section of the .zshrc template has been moved to the area dedicated for personal customization. This section of the configuration is processed after all other items are loaded, preventing personal aliases and exports from being inadvertently clobbered by oh-my-zsh. | |||
2014-05-24 | Replacing DISABLE_CORRECTION with ENABLE_CORRECTION in zshrc template | Simon Courtois | |
Since commands auto-correction must be explicitly enable with the ENABLE_CORRECTION envvar, this commit replaces the unaccurate example in the zshrc template. | |||
2014-03-25 | Fixed typos + made wording more consistent in zshrc.zsh-template | Luke Horvat | |
2014-03-23 | $ZSH is the OMZ installation folder, not configuration | ncanceill | |
2014-03-23 | mention $ZSH_CUSTOM as suggested in #2295 | ncanceill | |
2014-03-23 | suggest setting $LANG to fix #1286 and fix #1823 | ncanceill | |
2014-03-22 | Merge pull request #646 from whittle/master | Robby Russell | |
Change default zshrc to export $ZSH (as required by check_for_upgrade.sh). | |||
2013-12-08 | Improve comments | Foivos | |
2013-12-08 | Improve comments | Foivos | |
2013-12-02 | Merge pull request #1087 from avit/install-template | Robby Russell | |
Add configuration placeholders to installer template | |||
2013-12-02 | Merge pull request #1928 from dongweiming/add-hist-stamp | Robby Russell | |
Add option for show in the command execution time stamp in the history | |||
2013-10-25 | Add configuration placeholders to installer template | Andrew Vit | |
Although the zshrc template adds a PATH= string, this is overwritten by the installer script. This allows it to be placed anywhere in the file instead of having to append at the end. | |||
2013-09-14 | Fixed comments in zshrc.zsh-template about disabling auto updates. | David Strawn | |
Previously they did not make sense nor were they accurate. | |||
2013-06-30 | Add option for show in the command execution time stamp in the history | dongweiming | |
2013-04-23 | Resolving conflict in #1266 merge | Robby Russell | |
2013-04-23 | Merge pull request #1734 from cborgia/master | Robby Russell | |
simple grammar change in template file | |||
2013-04-22 | Added option to allow untracked files as non dirty | Jeremy Attali | |
In this commit, the option only works for git but it should not be to hard for someone who knows svn to so the same. This commit is largely inspired by @yoavweiss, I only added an option to use it. | |||
2013-04-18 | Edited Grammar in template file | Chris Borgia | |
2012-11-30 | Modifying documentation in zshrc template for new config option | Robby Russell | |
2012-11-26 | Add UPDATE_ZSH_DAYS setting | Eric Danielson | |
2012-07-28 | Add a configuration option to disable autocorrect | Morgan Larosa | |
2011-12-26 | Merge pull request #776 from mytechnix/master | Robby Russell | |
Added examples aliases in ZSH config template and new theme. | |||
2011-12-26 | Added example aliases in ZSH template. Added a new theme. | Michael Holachek | |
Example aliases allow for an easier way to open ZSH config file/folder in Textmate. New theme is mh.zsh-theme. | |||
2011-12-20 | add note about custom plugins | Trevor Wennblom | |
2011-10-05 | Change default zshrc to export $ZSH (as required by check_for_upgrade.sh). | Jason Whittle | |
2011-08-30 | Revert "Enable red dots during completion by default". | Robby Russell | |
After a few weeks of using this, I'd prefer this to not be enabled by default. My bad for suggesting that in the first place. This reverts commit fc49b4a4ded376cd82b813dcb6d72fdc050b7bed. | |||
2011-07-28 | Enable red dots during completion by default | Loïc Yhuel | |
2011-07-24 | Display red dots during completion process (disabled by default) | Loïc Yhuel | |
2011-07-23 | Don't export oh-my-zsh configuration paramaters to the environment | Dieter Plaetinck | |
These variables are only used by oh-my-zsh, so there's no need to populate the environment of all children with them. | |||
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-03-23 | Introduce DISABLE_AUTO_TITLE option | Lorrin Nelson | |
2010-12-01 | Don't export oh-my-zsh configuration paramaters to the environment | Dieter Plaetinck | |
These variables are only used by oh-my-zsh, so there's no need to populate the environment of all children with them. | |||
2010-06-03 | Updating default .zshrc template file to include plugins declaration | Robby Russell | |
2009-11-05 | Enabled colors in ls and made it possible to theme them | Toon Claes | |