Skip to content

Instantly share code, notes, and snippets.

@nosolopau
Created January 30, 2015 11:27
Show Gist options
  • Save nosolopau/d71fe49fb47982a6d87d to your computer and use it in GitHub Desktop.
Save nosolopau/d71fe49fb47982a6d87d to your computer and use it in GitHub Desktop.
Basic .bash_profile
eval "$(rbenv init -)"
source ~/.git-completion.bash
alias gh='git checkout'
alias gl='git log --decorate=full'
alias g='git status'
alias gc='git commit'
alias be='bundle exec'
alias s='ssh'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment