mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
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:
@@ -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"
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user