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 {