Skip to content

Instantly share code, notes, and snippets.

@agustibr
Last active December 16, 2019 12:56
Show Gist options
  • Save agustibr/7b4ef4d7dfcc0e102a945d516ac42114 to your computer and use it in GitHub Desktop.
Save agustibr/7b4ef4d7dfcc0e102a945d516ac42114 to your computer and use it in GitHub Desktop.
alias lsa="ls -alt"
be() { bundle exec "$@" ;}
ber() { be rails "$@" ;}
bej() { be jekyll "$@" ;}
source $HOME/.aliases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment