Created
January 30, 2015 11:27
-
-
Save nosolopau/d71fe49fb47982a6d87d to your computer and use it in GitHub Desktop.
Basic .bash_profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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