Skip to content

Instantly share code, notes, and snippets.

@rhaamo
Created June 7, 2010 13:45
Show Gist options
  • Save rhaamo/428679 to your computer and use it in GitHub Desktop.
Save rhaamo/428679 to your computer and use it in GitHub Desktop.
# wrap 'b' to `bundle' if present
function b {
if which -s bundle>/dev/null; then
bundle $*
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment