mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 23:08:00 +00:00
Add bundle clean alias
This commit is contained in:
parent
7011031a87
commit
7c64584629
@ -53,6 +53,7 @@ alias rb='ruby'
|
|||||||
# Bundler
|
# Bundler
|
||||||
if (( $+commands[bundle] )); then
|
if (( $+commands[bundle] )); then
|
||||||
alias rbb='bundle'
|
alias rbb='bundle'
|
||||||
|
alias rbbc='bundle clean'
|
||||||
alias rbbe='bundle exec'
|
alias rbbe='bundle exec'
|
||||||
alias rbbi='bundle install --path vendor/bundle'
|
alias rbbi='bundle install --path vendor/bundle'
|
||||||
alias rbbl='bundle list'
|
alias rbbl='bundle list'
|
||||||
|
Loading…
Reference in New Issue
Block a user