Add bundle clean alias
This commit is contained in:
parent
7011031a87
commit
7c64584629
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ alias rb='ruby'
|
|||
# Bundler
|
||||
if (( $+commands[bundle] )); then
|
||||
alias rbb='bundle'
|
||||
alias rbbc='bundle clean'
|
||||
alias rbbe='bundle exec'
|
||||
alias rbbi='bundle install --path vendor/bundle'
|
||||
alias rbbl='bundle list'
|
||||
|
|
Loading…
Reference in a new issue