Commit graph

7 commits

Author SHA1 Message Date
Sorin Ionescu
71d5e5625e Renamed plugin files to init.zsh.
Since plugins are under their own directories, the /plugins/foo/foo.plugin.zsh
naming scheme is redundant.

Naming the entry point of plugins init.zsh will encourage the splitting of
large plugins into multiple files.
2011-09-14 01:36:56 -04:00
Sorin Ionescu
f5c761c278 Cleaned up the plugins. 2011-09-14 01:35:51 -04:00
Sorin Ionescu
494ad7dcd9 Cleaned up lib/ and removed trailing white space everywhere.
Conflicts:

	oh-my-zsh.sh
2011-08-30 23:39:37 -04:00
Pat Regan
6bf906a262 Optimize plugin loading so that only one call to compinit is required 2011-04-12 17:41:09 -04:00
Pat Regan
993e05da50 Replace redundant calls to compinit with a single call. 2011-04-08 10:12:22 -04:00
Matt Cable
fa344733e5 Add completion for port command 2011-03-13 16:21:48 -06:00
Robby Russell
26d97a9355 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