Skip to content

Instantly share code, notes, and snippets.

@aczietlow
Created September 8, 2015 18:51
Show Gist options
  • Save aczietlow/00a857661d9f04ec322f to your computer and use it in GitHub Desktop.
Save aczietlow/00a857661d9f04ec322f to your computer and use it in GitHub Desktop.
git.sh shell prompt
#https://github.com/git/git/blob/master/contrib/completion/git-prompt.sh
source ~/.git-prompt.sh
GIT_PS1_SHOWUPSTREAM='verbose'
export PS1="[\u@\h:\W]\`__git_ps1\` \$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment