1a4e4c34085d

Use bash.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 08 Jun 2012 14:09:17 -0400
parents 187f95ce4c85
children 8660d1b41658
branches/tags (none)
files bin/git_prompt_status

Changes

--- 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=""