1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-01 23:19:25 +00:00
Commit Graph

46 Commits

Author SHA1 Message Date
333927ac3b Remove the home directory from $cdpath
It is not necessary to add the home directory to cdpath.

Since nothing is added to $cdpath by default, comment it out.
2012-05-31 22:17:14 -04:00
5a88276e79 Replace Vim with nano
The default keymap used in Oh My Zsh is Emacs. As such, the editor
should not be set to Vim. Unfortunately, the editor cannot be set to
Emacs because it is not always installed by default.

Set the default editor to nano.
2012-05-31 21:56:04 -04:00
6e64bb96dc Use the default editor in Less 2012-05-31 21:56:04 -04:00
bff945babf Enable the Less history file 2012-05-31 21:56:04 -04:00
a372ccf603 Remove the Less encoding environment variable
LESSCHARSET is not needed since Less automatically detects the locale.
2012-05-31 21:55:59 -04:00
4fd347580e [Fix #104] Add documentation for environment 2012-05-31 21:27:48 -04:00
0b0b2af07f [Fix #171] Background non-session affecting code 2012-05-31 17:39:16 -04:00
39a60008e5 [#171] Move Zsh file compilation into zlogin 2012-05-31 17:35:07 -04:00
1645fb88bd [#171] Move launchd setenv into zlogin 2012-05-31 17:35:07 -04:00
7a4433e92c [#171] Move environment variables into zshenv 2012-05-31 17:35:07 -04:00
bdaba6a714 [#171] Add templates and README for all rc files 2012-05-31 17:35:07 -04:00
4ba1dc1891 [#135] Load completion after alias 2012-05-20 20:15:34 -04:00
1c1aaf9d8b [#135] List the modules to be loaded vertically 2012-05-20 20:15:33 -04:00
66c14486c6 [#23, Fix #80] Move themes into the prompt module 2012-04-08 15:07:13 -04:00
6233ec6aad [#23] Add a module loading function 2012-04-08 15:07:11 -04:00
56f8f83d58 [#23] Convert terminal into a module 2012-04-05 13:39:42 -04:00
1330e6e792 [#23] Convert editor into a module 2012-04-05 13:39:42 -04:00
a7340886b3 [#23] Rename plugins to modules 2012-04-05 13:39:40 -04:00
cf5fb88b39 [Fix #76] Load Zsh functions, modules in zshrc 2012-03-31 17:49:17 -04:00
a444469641 Use 'auto' as an adverb, not a namespace 2012-03-29 18:07:37 -04:00
909f05f3f4 Remove extra extensions from templates 2012-03-29 12:57:02 -04:00
6727edd536 Rename terminal auto-title zstyle for consistency 2012-03-28 19:49:37 -04:00
b96bbca51c Added or edited file headers. 2012-02-02 18:30:07 -05:00
a22b49ee57 Fixed a comment in the zshrc template. 2012-01-27 10:14:10 -05:00
1fc1b459ee The theme should manage the completion indicator. 2012-01-23 20:41:00 -05:00
f0499b76c3 Use zstyle instead of variables for configuration. 2012-01-23 20:41:00 -05:00
60f39d8d91 Moved hub into the git plugin. 2012-01-23 20:40:57 -05:00
b65195156d Added missing FX and named colors to spectrum. 2012-01-23 20:40:39 -05:00
05c94e2dd5 Simplified option variables for greater flexibility. 2012-01-23 20:40:20 -05:00
0e284f6c2a Merged vi-mode plugin with Emacs key bindings. 2011-08-14 21:14:57 -04:00
d5ba17feac Converted OMZ themes to native ZSH themes. 2011-07-17 20:15:51 -04:00
2815cc5691 Renamed the ZSH environmental variable to OMZ. 2011-07-15 00:57:11 -04:00
00d4f280ae Changed the main file extension from sh to zsh. 2011-07-13 13:13:35 -04:00
94ab5e0ec8 Cleaned up lib/ and removed trailing white space everywhere.
Conflicts:

	oh-my-zsh.sh
2011-06-01 02:48:26 -04:00
ad9db8d342 Removed tools I have never used nor will I ever use.
Conflicts:

	oh-my-zsh.sh
	tools/install.sh
	tools/upgrade.sh
2011-05-30 19:46:27 -04:00
deab2ed376 Fix for dumb terminals like Vim's. 2011-02-27 10:13:57 -05:00
fb1fd8ab5a Feature: Random themes now supported. Just set your theme to 'random' and it'll load a different theme each time oh-my-zsh is started. Closes #309 2011-04-29 11:24:29 +02:00
c02b29159b Introduce DISABLE_AUTO_TITLE option 2011-03-23 21:20:08 -07:00
96e5f54200 Updating default .zshrc template file to include plugins declaration 2010-06-03 12:05:12 -07:00
600efef0c3 Enabled colors in ls and made it possible to theme them 2009-11-05 20:44:28 +01:00
92f2cf94ad allow case sensitivity to be toggled 2009-10-07 20:01:52 +00:00
ed457cbee7 Oh My Zsh gets a weekly auto-updater... the future is now! 2009-09-23 17:12:19 -07:00
160a02fc60 Updating install process to copy your current environments PATH and adding it to the bottom of ~/.zshrc. 2009-09-07 09:11:34 -07:00
a3ade73231 Updating the template file to use the oh-my-zsh.sh loader 2009-09-01 07:46:15 -07:00
010e76f154 Renaming template file one last time (for now) 2009-09-01 07:45:49 -07:00
bdd1b01a13 Moving and renaming the zshrc file to a template file 2009-09-01 07:43:46 -07:00