updated bash-status-git to work on wsl

This commit is contained in:
Solomon Laing 2022-07-14 12:24:14 +09:30
parent fcbfec425a
commit 3f2de91d65

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
if git status &>/dev/null; then
branch=$(git branch --show-current)