参考: oh-my-zsh - Hide git Status and Dirty checks

巨大なレポジトリに対して,

$ git config --add oh-my-zsh.hide-status 1
$ git config --add oh-my-zsh.hide-dirty 1
$ git config --add bash-it.hide-status 1

gitレポジトリに対して何かしらの操作をしているのが,遅い原因だと思ったが,検索して出てくるIssueで紹介されているoh-my-zsh.hide-statusでは無効化することができなかった.
特にドキュメントが見当たらなかったが,oh-my-bashのレポジトリ内でhide-statusという文字列で検索したところ,以下のコードが見つかった.
oh-my-bash/omb-prompt-base.sh at 5a601cc8d73957fb39a276aba8b036eebd9148b5 · ohmybash/oh-my-bash