bash/oh-my-bash/\345\267\250\345\244\247\343\201\252Git\343\203\254\343\203\235\343\202\270\343\203\210\343\203\252\343\201\247\343\201\256\343\203\227\343\203\255\343\203\263\343\203\227\343\203\210\350\241\250\347\244\272\351\200\237\345\272\246\343\202\222\346\224\271\345\226\204\343\201\231\343\202\213.md
... ...
@@ -4,6 +4,8 @@
4 4
$ git config --add bash-it.hide-status 1
5 5
```
6 6
7
+
8
+gitレポジトリに対して何かしらの操作をしているのが,遅い原因だと思ったが,検索して出てくるIssueで紹介されている`oh-my-zsh.hide-status`では無効化することができなかった.
7 9
特にドキュメントが見当たらなかったが,`oh-my-bash`のレポジトリ内で`hide-status`という文字列で検索したところ,以下のコードが見つかった.
8 10
[oh-my-bash/omb-prompt-base.sh at 5a601cc8d73957fb39a276aba8b036eebd9148b5 · ohmybash/oh-my-bash](https://github.com/ohmybash/oh-my-bash/blob/5a601cc8d73957fb39a276aba8b036eebd9148b5/lib/omb-prompt-base.sh#L181)
9 11