Archives by date

You are browsing the site archives by date.

git prompt.

# From https://github.com/git/git/blob/master/contrib/completion/git-prompt.sh source ~/.git-prompt.sh export PS1=’\[\033[38m\]\u@mbp\[\033[01;34m\] \w \[\033[31m\]$(__git_ps1 “(%s) “)\[\033[37m\]$\[\033[0m\] ‘