Skip to content

Instantly share code, notes, and snippets.

View amikula's full-sized avatar

Alf Mikula amikula

View GitHub Profile
@amikula
amikula / gist:112494
Created May 15, 2009 23:36 — forked from halbtuerke/gist:31934
Zsh translation
autoload -U colors
colors
setopt prompt_subst
parse_git_branch() {
local state remote
git rev-parse --git-dir &> /dev/null
git_status="$(git status 2> /dev/null)"
branch_pattern="# On branch ([[:alnum:]/]*)"