summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--01_Internal.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/01_Internal.zsh b/01_Internal.zsh
index 0769318..d150b45 100644
--- a/01_Internal.zsh
+++ b/01_Internal.zsh
@@ -300,7 +300,7 @@ __get_git_status ()
return
fi
- if [ "$(git status --porcelain . | cut -c1 | tr -d ' ?\n')" != "" ] ; then
+ if [ "$(git status --porcelain | cut -c1 | tr -d ' ?\n')" != "" ] ; then
# Got any character but « » or «?» in first column : staged changes
cached="yes"
fi