Skip to content

Commit 3beaf39

Browse files
committed
prompt(_omb_prompt_git): Specify core.fsmonitor=
1 parent 358f29f commit 3beaf39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/omb-prompt-base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function _omb_prompt_format {
105105
}
106106

107107
function _omb_prompt_git {
108-
command git "$@"
108+
command git -c core.fsmonitor= "$@"
109109
}
110110

111111
function scm {

0 commit comments

Comments
 (0)