fpath=($ZSH/plugins/bundler $fpath)
autoload -U compinit
compinit -i

alias be="bundle exec"
alias bi="bundle install"
alias bu="bundle update"