1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-06 07:19:43 +00:00
prezto/plugins/bundler/bundler.plugin.zsh
2012-01-23 20:40:15 -05:00

11 lines
227 B
Bash

# Aliases
alias b='bundle'
alias be='b exec'
alias bi='b install --path vendor'
alias bl='b list'
alias bo='b open'
alias bp='b package'
alias bu='b update'
alias binit="bi && b package && echo '\nvendor/ruby' >>! .gitignore"