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

This commit is contained in:
Daniel Bye 2012-01-13 12:40:59 +00:00
commit c04b4abe91
2 changed files with 0 additions and 4 deletions

View file

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