Commit 7cb5a5d4 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #830 from dbye/speedup

Removed calls to compinit in the extract and the bundler plugins.
parents 6822296d b73f95ab
fpath=($ZSH/plugins/bundler $fpath)
autoload -U compinit
compinit -i
alias be="bundle exec"
alias bi="bundle install"
alias bl="bundle list"
......
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment