Skip to content

Instantly share code, notes, and snippets.

View raido's full-sized avatar

Raido Kuli raido

View GitHub Profile
GNU nano 2.0.6 File: .bashrc
# Setup prompt
source ~/.git/scripts/git-prompt.sh
GIT_PS1_SHOWCOLORHINTS=true
GIT_PS1_SHOWDIRTYSTATE=true # * (unstaged) + (staged)
GIT_PS1_SHOWSTASHSTATE=true # $
GIT_PS1_SHOWUNTRACKEDFILES=true # %
GIT_PS1_SHOWUPSTREAM="git" # < behind, > ahead, <> diverged, = no diff