April 12, 2011
View 16ac094

Moved compinit call back to oh-my-zsh.sh, after plugins are loaded

Pat Regan authored on 12/04/2011 at 13:28:15
April 8, 2011
View 235733e

Removed commented out code.

Pat Regan authored on 08/04/2011 at 15:12:21
View ef41759

Moved the single compinit call from oh-my-zsh.sh to lib/completion.zsh

Pat Regan authored on 08/04/2011 at 15:10:14
View 993e05d

Replace redundant calls to compinit with a single call.

Pat Regan authored on 08/04/2011 at 14:12:22
January 9, 2011
View 8294cf4

Postponing sourcing of the theme until after local customizations

Michael Komitee authored on 09/01/2011 at 04:34:47
October 1, 2010
View 26d97a9

Reorganizing plugins so that each plugin has it's own directory now so that any plugin-specific functions can be bundled within there.

Robby Russell authored on 01/10/2010 at 04:34:06
September 26, 2010
View e37d62a

unset config_file is useless

Tomas Kramar authored on 26/09/2010 at 14:05:53
June 3, 2010
View 3cf9ab7

Initial implementation of a new plugin system, so that people can managed which aliases/functions they want.

Robby Russell authored on 03/06/2010 at 19:03:26
May 7, 2010
View 7d03691

Unsetting config_file after loading config

Robby Russell authored on 07/05/2010 at 04:13:59
December 13, 2009
View 20755df

Based on a suggestion from robbyrussel, using env for greater compatibility.

johnmaxwelliv authored on 13/12/2009 at 19:38:37
View 59116a2

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? :-)

johnmaxwelliv authored on 13/12/2009 at 04:23:36
October 26, 2009
View b865f2a

adding homebrew completions - and a function dir

Erik Kastner authored on 26/10/2009 at 04:47:23
October 1, 2009
View eddab50

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

Jon Evans authored on 01/10/2009 at 07:55:07
September 23, 2009
View 107322c

Moving some example files into custom/

Robby Russell authored on 23/09/2009 at 15:02:58
View 8debd09

Moving all zsh config options into a lib/ subdirectory to make way for some upcoming changes to directory structure and configuration options

Robby Russell authored on 23/09/2009 at 14:43:36