Browse Source

Merge pull request #830 from dbye/speedup

Removed calls to compinit in the extract and the bundler plugins.
Robby Russell 12 years ago
parent
commit
7cb5a5d406
2 changed files with 0 additions and 9 deletions
  1. 0 4
      plugins/bundler/bundler.plugin.zsh
  2. 0 5
      plugins/extract/extract.plugin.zsh

+ 0 - 4
plugins/bundler/bundler.plugin.zsh

@@ -1,7 +1,3 @@
-fpath=($ZSH/plugins/bundler $fpath)
-autoload -U compinit
-compinit -i
-
 alias be="bundle exec"
 alias bi="bundle install"
 alias bl="bundle list"

+ 0 - 5
plugins/extract/extract.plugin.zsh

@@ -78,8 +78,3 @@ function extract() {
 
 alias x=extract
 
-# add extract completion function to path
-fpath=($ZSH/plugins/extract $fpath)
-autoload -U compinit
-compinit -i
-