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
... ...
@@ -1,4 +1,9 @@
1 1
巨大なレポジトリに対して,
2
+
2 3
```
3
-$ git config --
4
-```
... ...
\ No newline at end of file
0
+$ git config --add bash-it.hide-status 1
1
+```
2
+
3
+特にドキュメントが見当たらなかったが,`oh-my-bash`のレポジトリ内で`hide-status`という文字列で検索したところ,以下のコードが見つかった.
4
+https://github.com/ohmybash/oh-my-bash/blob/5a601cc8d73957fb39a276aba8b036eebd9148b5/lib/omb-prompt-base.sh#L181
5
+