add bash-it
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# shellcheck shell=bash
|
||||
about-alias 'ruby bundler'
|
||||
|
||||
# Bundler Commands
|
||||
alias be='bundle exec'
|
||||
alias bi='bundle install'
|
||||
alias bl='bundle list'
|
||||
alias bu='bundle update'
|
||||
alias bp='bundle package'
|
||||
Reference in New Issue
Block a user