Browse code

Removed calls to compinit in the extract and the bundler plugins. compinit should only be called once, after all modules, libs, etc are imported.

Daniel Bye authored on 13/01/2012 at 12:40:59
Showing 2 changed files
... ...
@@ -1,6 +1,4 @@
1 1
 fpath=($ZSH/plugins/bundler $fpath)
2
-autoload -U compinit
3
-compinit -i
4 2
 
5 3
 alias be="bundle exec"
6 4
 alias bi="bundle install"
... ...
@@ -80,6 +80,4 @@ alias x=extract
80 80
 
81 81
 # add extract completion function to path
82 82
 fpath=($ZSH/plugins/extract $fpath)
83
-autoload -U compinit
84
-compinit -i
85 83