From cf37f345624447235a1fdc8ddeb6ec1fa4481a92 Mon Sep 17 00:00:00 2001 From: Koichi Murase Date: Wed, 5 Apr 2023 10:47:38 +0900 Subject: [PATCH] prompt(_omb_prompt_git): Specify core.fsmonitor= --- lib/omb-prompt-base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/omb-prompt-base.sh b/lib/omb-prompt-base.sh index 5c25620d5..df7ae1b82 100644 --- a/lib/omb-prompt-base.sh +++ b/lib/omb-prompt-base.sh @@ -105,7 +105,7 @@ function _omb_prompt_format { } function _omb_prompt_git { - command git "$@" + command git -c core.fsmonitor= "$@" } function scm {