Skip to content

Instantly share code, notes, and snippets.

View mincong-h's full-sized avatar

Mincong Huang mincong-h

View GitHub Profile
@mincong-h
mincong-h / .bash_profile
Last active November 12, 2017 20:22
My Bash Profile
# Git prompt
export GIT_HOME=/Users/mincong/github/git
source $GIT_HOME/contrib/completion/git-prompt.sh
# Git completion; import the file corresponding to your Shell:
source $GIT_HOME/contrib/completion/git-completion.bash
# Git additional custom changes
GIT_PS1_SHOWDIRTYSTATE=1
GIT_PS1_SHOWUNTRACKEDFILES=1
GIT_PS1_SHOWSTASHSTATE=1
GIT_PS1_SHOWUPSTREAM="auto verbose"