Skip to content

Instantly share code, notes, and snippets.

View PhilGeek's full-sized avatar

Mark Eli Kalderon PhilGeek

  • University College London
  • London
View GitHub Profile
@PhilGeek
PhilGeek / .bashrc
Created January 16, 2009 02:26 — forked from henrik/.bashrc
Bash Prompt
# http://henrik.nyh.se/2008/12/git-dirty-prompt
# http://www.simplisticcomplexity.com/2008/03/13/show-your-git-branch-name-in-your-prompt/
# Multi-line prompt that uses the function __git_ps1 provided by .git-completion.sh to parse the branch.
# ~/dev/dir(master}
# username $ # clean working directory
# ~/dev/dir(master)*
# username $ # dirty working directory
function parse_git_dirty {
git diff --quiet HEAD &>/dev/null