Add bundle clean alias

main
François VANTOMME 9 years ago committed by Kaleb Elwert
parent 7011031a87
commit 7c64584629

@ -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…
Cancel
Save