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

Do not specify a bundler install path

This commit is contained in:
Sorin Ionescu 2013-11-25 16:32:45 -05:00
parent 5cfe250e52
commit b159ddb02b

View File

@ -44,7 +44,7 @@ alias rb='ruby'
if (( $+commands[bundle] )); then
alias rbb='bundle'
alias rbbe='rbb exec'
alias rbbi='rbb install --path vendor/bundle'
alias rbbi='rbb install'
alias rbbl='rbb list'
alias rbbo='rbb open'
alias rbbp='rbb package'