Skip to content

Instantly share code, notes, and snippets.

@cuonggt
Created September 21, 2015 07:14
Show Gist options
  • Save cuonggt/940c52988b33276919b4 to your computer and use it in GitHub Desktop.
Save cuonggt/940c52988b33276919b4 to your computer and use it in GitHub Desktop.
.bash_profile
export PATH=$PATH:~/.composer/vendor/bin
# Add rbenv to bash so that it loads every time you open a terminal
if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi
# Prettier git logs
alias gl="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment