Git plugin prompt latency in large monorepos
Git plugin prompt latency in large monorepos The Oh My Zsh git plugin performs a git status check via the precmd hook before each prompt. In small repositories this is negligible, but in very large monorepos the synchronous execution can introduce noticeable shell lag. Prompt update mechanism Prompt variables such as git_prompt_info are populated by the plug