Skip to content

Instantly share code, notes, and snippets.

@JangoSteve
Created November 2, 2011 05:09
Show Gist options
  • Save JangoSteve/1332914 to your computer and use it in GitHub Desktop.
Save JangoSteve/1332914 to your computer and use it in GitHub Desktop.
bundle aliases for bash profile - ~/.bash_profile_includes/bundle.sh
alias be="bundle exec"
alias bi="bundle install"
alias bu="bundle update"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment