summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2021-10-06chore: zshrc update settings rewordingMarc Cornellà
2021-10-04feat(updater): add mode to only remind you to update when it's time (#10187)Marc Cornellà
Fixes #10187 Co-authored-by: NoPreserveRoot <NoPreserveRoot@pm.me>
2021-10-04refactor(updater): change auto-update settings to use `zstyle`Marc Cornellà
2021-09-22feat(lib): allow setting custom completion dots sequence (#9424)Simon Rogers
Closes #9424 Closes #9703 Co-authored-by: mortezadadgar <mortezadadgar97@gmail.com> Co-authored-by: Marc Cornellà <hello@mcornella.com>
2021-01-15chore: caution against `COMPLETION_WAITING_DOTS` in template (#8352)Suhas Karanth
2020-07-06Edit for better consistency in template (#8593)Jethro Lee
2020-05-23Use oh-my-zsh path variables in zshrc.zsh-template (#8960)Janek
2019-11-20Actions to take after repository migration is complete (#8394)Marc Cornellà
* Change project URL from robbyrussell to ohmyzsh org * Update git remote to use ohmyzsh org repository
2019-05-11lib: add ability to disable magic functionsMarc Cornellà
Fixes #5499 Fixes #5569 Fixes #6338 Fixes #6654 Fixes #6255 Fixes #7632 Closes #7763 Co-authored-by: Daniel Galán y Martins <git@galan.de>
2019-05-05zshrc: add option to bypass update prompt (#5891)Marc Cornellà
2019-04-08zshrc: remove SSH_KEY_PATH commentMarc Cornellà
Fixes #5741
2019-01-20template: change plugins definition to single line (#7498)Rehan Mahmood
2018-08-29Clarify 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-13Add support for custom timestamp format in history (#6770)Cristian Consonni
2017-11-08Updating template and README to list plugins on individual lines vs one long ↵Robby Russell
one. Easier scanning for you and me.
2017-11-01Merge branch 'Random_Theme_From_List' of https://github.com/Gnouc/oh-my-zsh ↵Robby Russell
into Gnouc-Random_Theme_From_List
2017-02-18Adds option to disable auto update promptRob 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-02Changed dsa --> rsa in zshrc.zsh-template file (#5603)Timothy Blumberg
2016-08-23Reorder zshrc templateMarc Cornellà
2016-06-16Remove undesirable hardcoding of PATH into zshrc (#4925)Felipe Vargas
See robbyrussell@b67961d
2015-12-18Some improvementsLE Manh Cuong
- Adding documentation - Note the effect empty array - Fix spelling - Using new test `[[...]]`
2015-12-18Allow loading themes from predefined listLE Manh Cuong
2015-05-01Update template zshrc with HYPHEN_INSENSITIVEJordan Klassen
2014-11-21Fix Yosemite broken zsh where $PATH var does not get appended correctly.Doan Truong Thi
Sourcing oh-my-zsh immediately after export PATH.
2014-06-04too many plugins = slow init warningDražen Lučanin
2014-05-25Move aliases to 'custom' section of .zshrc templateSean 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-24Replacing DISABLE_CORRECTION with ENABLE_CORRECTION in zshrc templateSimon 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-25Fixed typos + made wording more consistent in zshrc.zsh-templateLuke Horvat
2014-03-23$ZSH is the OMZ installation folder, not configurationncanceill
2014-03-23mention $ZSH_CUSTOM as suggested in #2295ncanceill
2014-03-23suggest setting $LANG to fix #1286 and fix #1823ncanceill
2014-03-22Merge pull request #646 from whittle/masterRobby Russell
Change default zshrc to export $ZSH (as required by check_for_upgrade.sh).
2013-12-08Improve commentsFoivos
2013-12-08Improve commentsFoivos
2013-12-02Merge pull request #1087 from avit/install-templateRobby Russell
Add configuration placeholders to installer template
2013-12-02Merge pull request #1928 from dongweiming/add-hist-stampRobby Russell
Add option for show in the command execution time stamp in the history
2013-10-25Add configuration placeholders to installer templateAndrew 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-14Fixed comments in zshrc.zsh-template about disabling auto updates.David Strawn
Previously they did not make sense nor were they accurate.
2013-06-30Add option for show in the command execution time stamp in the historydongweiming
2013-04-23Resolving conflict in #1266 mergeRobby Russell
2013-04-23Merge pull request #1734 from cborgia/masterRobby Russell
simple grammar change in template file
2013-04-22Added option to allow untracked files as non dirtyJeremy 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-18Edited Grammar in template fileChris Borgia
2012-11-30Modifying documentation in zshrc template for new config optionRobby Russell
2012-11-26Add UPDATE_ZSH_DAYS settingEric Danielson
2012-07-28Add a configuration option to disable autocorrectMorgan Larosa
2011-12-26Merge pull request #776 from mytechnix/masterRobby Russell
Added examples aliases in ZSH config template and new theme.
2011-12-26Added 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-20add note about custom pluginsTrevor Wennblom
2011-10-05Change default zshrc to export $ZSH (as required by check_for_upgrade.sh). Jason Whittle