# HG changeset patch # User Steve Losh # Date 1339178957 14400 # Node ID 1a4e4c34085da59f69559f580166664f62830bfc # Parent 187f95ce4c85237c6be5b2be893aff7bfe6a08d2 Use bash. diff -r 187f95ce4c85 -r 1a4e4c34085d bin/git_prompt_status --- a/bin/git_prompt_status Fri Jun 08 13:34:19 2012 -0400 +++ b/bin/git_prompt_status Fri Jun 08 14:09:17 2012 -0400 @@ -1,4 +1,4 @@ -#!/usr/bin/env zsh +#!/usr/bin/env bash INDEX=$(git status --porcelain 2> /dev/null) STATUS=""