浏览代码

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 13 年之前
父节点
当前提交
c04b4abe91
共有 2 个文件被更改,包括 0 次插入4 次删除
  1. 0 2
      plugins/bundler/bundler.plugin.zsh
  2. 0 2
      plugins/extract/extract.plugin.zsh

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

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

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

@@ -80,6 +80,4 @@ alias x=extract
 
 # add extract completion function to path
 fpath=($ZSH/plugins/extract $fpath)
-autoload -U compinit
-compinit -i