updated bash-status-git to work on wsl
This commit is contained in:
parent
fcbfec425a
commit
3f2de91d65
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
if git status &>/dev/null; then
|
if git status &>/dev/null; then
|
||||||
branch=$(git branch --show-current)
|
branch=$(git branch --show-current)
|
||||||
|
|||||||
Reference in New Issue
Block a user