Skip to content

Instantly share code, notes, and snippets.

@akarzim
Last active July 12, 2019 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akarzim/37968ac711fc49d4ef38cdaba4997b8f to your computer and use it in GitHub Desktop.
Save akarzim/37968ac711fc49d4ef38cdaba4997b8f to your computer and use it in GitHub Desktop.
Extend Prezto Ruby module aliases
#
# Aliases
#
# Run Rubocop through Bundler
if (( $+commands[bundle] )); then
alias rbbr='bundle exec rubocop'
fi
# Run Middleman through Bundler
if (( $+commands[bundle] )); then
alias rbbm='bundle exec middleman'
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment