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)