From 3f2de91d653053bf9243c1d247ca256d3db16ee6 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Thu, 14 Jul 2022 12:24:14 +0930 Subject: [PATCH] updated bash-status-git to work on wsl --- scripts/bash-status-git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bash-status-git b/scripts/bash-status-git index 4c2d614..a55f7cb 100755 --- a/scripts/bash-status-git +++ b/scripts/bash-status-git @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash if git status &>/dev/null; then branch=$(git branch --show-current)