vguerci
80c9a31b44
[upgrade] before init (no reload needed unless oh-my-zsh.sh has been modified)
2011-06-04 11:02:25 +02:00
Jake Bell
cd7b12b4ac
Adding ability to override plugins from the custom directory.
2011-05-26 12:34:37 -05:00
Robby Russell
7d237eb1a4
Merge pull request #351 from GutenLinux/master
...
add custom completion support
2011-05-25 12:55:41 -07:00
Casey Watson
b5071580d6
Fix to random theme selection
...
- themes array is 1-based
- theme files names are located in indicies 1 through N inclusive
- this resolves an issue where you would occasionally see: "no such
file or directory. Random theme '' loaded..."
2011-05-24 12:15:58 -06:00
Guten
293f7306bb
add custom completion support
2011-05-22 21:27:30 +08:00
Robby Russell
709cd8badf
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
2011-04-29 11:24:51 +02:00
Robby Russell
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
Pat Regan
51a7cb093b
Move sourcing of custom to below plugins
2011-04-28 19:12:05 -04:00
Pat Regan
42b7e5d0be
Minor reformatting
2011-04-12 19:53:55 -04:00
Pat Regan
87030f4d83
Moved the plugin fpath loop and compinit so they happen before custom scripts are loaded.
2011-04-12 17:50:15 -04:00
Pat Regan
6aad987f82
Optimize plugin loading so that only one call to compinit is required
2011-04-12 17:41:09 -04:00
Pat Regan
af0b6ac28f
Moved compinit call back to oh-my-zsh.sh, after plugins are loaded
2011-04-12 09:28:15 -04:00
Pat Regan
eeea6e4fb6
Removed commented out code.
2011-04-08 11:12:21 -04:00
Pat Regan
a56e12932f
Moved the single compinit call from oh-my-zsh.sh to lib/completion.zsh
2011-04-08 11:10:14 -04:00
Pat Regan
782883b5d8
Replace redundant calls to compinit with a single call.
2011-04-08 10:12:22 -04:00
Michael Komitee
15eadb9e4d
Postponing sourcing of the theme until after local customizations
2011-01-08 23:34:47 -05:00
Robby Russell
be63480e22
Reorganizing plugins so that each plugin has it's own directory now so that any plugin-specific functions can be bundled within there.
2010-09-30 21:34:06 -07:00
Tomas Kramar
18568a2310
unset config_file is useless
2010-09-26 16:05:53 +02:00
Robby Russell
210a72b441
Initial implementation of a new plugin system, so that people can managed which aliases/functions they want.
2010-06-03 12:03:26 -07:00
Robby Russell
91c9864326
Unsetting config_file after loading config
2010-05-06 21:13:59 -07:00
johnmaxwelliv
d2a87be173
Based on a suggestion from robbyrussel, using env for greater compatibility.
2009-12-13 12:38:37 -07:00
johnmaxwelliv
1273b9722a
Instead of using the user's standard shell, this script should be run using zsh, since that was the shell it was written for. On my machine changes to my default shell only take effect when I log out and then long in again. Plus, it's nice for people to be able to try oh-my-zsh out even if zsh isn't their default shell right? :-)
2009-12-12 21:23:36 -07:00
Erik Kastner
aa4b6fb64b
adding homebrew completions - and a function dir
2009-10-26 00:47:23 -04:00
Jon Evans
5e2ad9a8ed
run update check *after* running custom configuration scripts.
...
This means we are running it after $PATH has potentially been set up,
which means it's more likely that commands like "git" will be found
2009-10-01 08:55:07 +01:00
Robby Russell
8d2244ed59
Moving some example files into custom/
2009-09-23 08:02:58 -07:00
Robby Russell
8dd06e3c73
Moving all zsh config options into a lib/ subdirectory to make way for some upcoming changes to directory structure and configuration options
2009-09-23 07:43:36 -07:00
Robby Russell
0cce4fe21e
Trying out some zsh-fu. Using the for x (*.zsh) source approach
2009-09-01 20:34:58 -07:00
Robby Russell
cbaffd4a1c
Moving the loading of all .zsh files into a different file so that we can remove zshrc from the repository
2009-09-01 07:41:18 -07:00