Skip to content

Commit

Permalink
Merge pull request ohmyzsh#830 from dbye/speedup
Browse files Browse the repository at this point in the history
Removed calls to compinit in the extract and the bundler plugins.
  • Loading branch information
robbyrussell committed Jan 18, 2012
2 parents 6822296 + b73f95a commit 7cb5a5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions plugins/bundler/bundler.plugin.zsh
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
fpath=($ZSH/plugins/bundler $fpath)
autoload -U compinit
compinit -i

alias be="bundle exec"
alias bi="bundle install"
alias bl="bundle list"
Expand Down
5 changes: 0 additions & 5 deletions plugins/extract/extract.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,3 @@ function extract() {

alias x=extract

# add extract completion function to path
fpath=($ZSH/plugins/extract $fpath)
autoload -U compinit
compinit -i

0 comments on commit 7cb5a5d

Please sign in to comment.