This commit is contained in:
Stefan Zweifel
2020-02-23 10:16:26 +01:00
parent 86f0c11c06
commit d69e5f0850
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ _switch_to_repository() {
}
_git_is_dirty() {
[[ -n "$(git status -s)" ]]
[ -n "$(git status -s)" ]
}
# Set up git user configuration