Skip to content

Commit

Permalink
prompt(_omb_prompt_git): Specify core.fsmonitor=
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Oct 14, 2023
1 parent 07d9382 commit cf37f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/omb-prompt-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function _omb_prompt_format {
}

function _omb_prompt_git {
command git "$@"
command git -c core.fsmonitor= "$@"
}

function scm {
Expand Down

0 comments on commit cf37f34

Please sign in to comment.