4 lines
74 B
Bash
4 lines
74 B
Bash
alias be="bundle exec"
|
|
alias bi="bundle install"
|
|
alias bu="bundle update"
|
alias be="bundle exec"
|
|
alias bi="bundle install"
|
|
alias bu="bundle update"
|