Browse code

Merge pull request #830 from dbye/speedup

Removed calls to compinit in the extract and the bundler plugins.

Robby Russell authored on 18/01/2012 at 14:56:12
Showing 2 changed files
... ...
@@ -1,7 +1,3 @@
1
-fpath=($ZSH/plugins/bundler $fpath)
2
-autoload -U compinit
3
-compinit -i
4
-
5 1
 alias be="bundle exec"
6 2
 alias bi="bundle install"
7 3
 alias bl="bundle list"
... ...
@@ -78,8 +78,3 @@ function extract() {
78 78
 
79 79
 alias x=extract
80 80
 
81
-# add extract completion function to path
82
-fpath=($ZSH/plugins/extract $fpath)
83
-autoload -U compinit
84
-compinit -i
85
-