mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-04 14:39:54 +00:00
Merge pull request #830 from dbye/speedup
Removed calls to compinit in the extract and the bundler plugins.
This commit is contained in:
@@ -1,7 +1,3 @@
|
|||||||
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"
|
||||||
alias bl="bundle list"
|
alias bl="bundle list"
|
||||||
|
|||||||
@@ -78,8 +78,3 @@ function extract() {
|
|||||||
|
|
||||||
alias x=extract
|
alias x=extract
|
||||||
|
|
||||||
# add extract completion function to path
|
|
||||||
fpath=($ZSH/plugins/extract $fpath)
|
|
||||||
autoload -U compinit
|
|
||||||
compinit -i
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user