summaryrefslogtreecommitdiff
path: root/templates/zshrc.zsh-template
AgeCommit message (Collapse)Author
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
2011-08-30Revert "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-28Enable red dots during completion by defaultLoïc Yhuel
2011-07-24Display red dots during completion process (disabled by default)Loïc Yhuel
2011-07-23Don't export oh-my-zsh configuration paramaters to the environmentDieter 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-29Feature: 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-23Introduce DISABLE_AUTO_TITLE optionLorrin Nelson
2010-12-01Don't export oh-my-zsh configuration paramaters to the environmentDieter 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-03Updating default .zshrc template file to include plugins declarationRobby Russell
2009-11-05Enabled colors in ls and made it possible to theme themToon Claes
2009-10-07allow case sensitivity to be toggledMatthew Donoughe
2009-09-23Oh My Zsh gets a weekly auto-updater... the future is now!Robby Russell
2009-09-07Updating install process to copy your current environments PATH and adding ↵Robby Russell
it to the bottom of ~/.zshrc.
2009-09-01Updating the template file to use the oh-my-zsh.sh loaderRobby Russell
2009-09-01Renaming template file one last time (for now)Robby Russell