Browse Source

Add bundle clean alias

master
François VANTOMME 9 years ago committed by Kaleb Elwert
parent
commit
7c64584629
  1. 1
      modules/ruby/init.zsh

1
modules/ruby/init.zsh

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