mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
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:
parent
7a41498b0d
commit
fc507ed461
2 changed files with 0 additions and 4 deletions
|
|
@ -1,6 +1,4 @@
|
|||
fpath=($ZSH/plugins/bundler $fpath)
|
||||
autoload -U compinit
|
||||
compinit -i
|
||||
|
||||
alias be="bundle exec"
|
||||
alias bi="bundle install"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue