Skip to content

Instantly share code, notes, and snippets.

@jerefrer
Last active December 15, 2015 09:29
Show Gist options
  • Save jerefrer/5239217 to your computer and use it in GitHub Desktop.
Save jerefrer/5239217 to your computer and use it in GitHub Desktop.
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
### Added by the Heroku Toolbelt
export PATH="/usr/local/heroku/bin:$PATH"
### Increase History size
export HISTSIZE=10000
export HISTCONTROL=erasedups
shopt -s histappend
alias ll="ls -lah"
alias b="bundle exec"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment