Skip to content
This repository has been archived by the owner on Dec 26, 2020. It is now read-only.

Commit

Permalink
Bundler aliases "inspired by" OhMyZsh
Browse files Browse the repository at this point in the history
  • Loading branch information
eimermusic committed Aug 29, 2011
1 parent 18bccea commit 8a46e19
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions aliases/available/bundler.aliases.bash
@@ -0,0 +1,21 @@
#!/bin/bash

# Bundler Commands
alias be="bundle exec"
alias bi="bundle install"
alias bl="bundle list"
alias bu="bundle update"
alias bp="bundle package"


function bundler-help() {
echo "Bundler Aliases Usage"
echo
echo " be = bundle exec"
echo " bi = bundle install"
echo " bl = bundle list"
echo " bu = bundle update"
echo " bp = bundle package"
echo
}

0 comments on commit 8a46e19

Please sign in to comment.