Skip to content

Instantly share code, notes, and snippets.

@xsnpdngv
Last active February 20, 2017 19:57
Show Gist options
  • Save xsnpdngv/12f8c4e52f4668d0f5037ec1e202b507 to your computer and use it in GitHub Desktop.
Save xsnpdngv/12f8c4e52f4668d0f5037ec1e202b507 to your computer and use it in GitHub Desktop.
# user@host dir [branch] $
git_branch() {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ \[\1\]/'
}
PS1="\u@\h \[\033[32m\]\w\[\033[33m\]\$(git_branch)\[\033[00m\] $ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment