Skip to content

Instantly share code, notes, and snippets.

@b6ed7
b6ed7 / .bashrc
Last active September 15, 2017 12:02
Add this to your .bashrc
GIT_PS1_SHOWDIRTYSTATE=true
export PS1='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w\[\033[31m\]$(__git_ps1)\[\033[00m\]\[\033[01;34m\] \$\[\033[00m\] '
[user]
email = b6ed7ac5f9a@gmail.com
name = Natan
[color]
ui = true
[alias]
co = checkout
ci = commit
st = status