Removed calls to compinit in bundler.plugin.zsh and extract.plugin.zsh, resulting in startup times of around 0.2 seconds on average, instead of 3.0 seconds average.

This commit is contained in:
Daniel Bye 2012-01-10 11:45:21 +00:00
commit fc507ed461
2 changed files with 0 additions and 4 deletions

View file

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

View file

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