ohmyzsh/plugins/bundler/bundler.plugin.zsh

4 lines
74 B
Bash

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