1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-01 10:40:27 +00:00

Add bundle clean alias

This commit is contained in:
François VANTOMME 2016-02-16 10:47:57 +01:00 committed by Kaleb Elwert
parent 7011031a87
commit 7c64584629

View File

@ -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'