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,6 +1,10 @@
1
+参考: [oh-my-zsh - Hide git Status and Dirty checks](https://www.thiscodeworks.com/oh-my-zsh-hide-git-status-and-dirty-checks-zsh-oh-my-zsh/60cb499c5465d80014b967f3)
2
+
1 3
巨大なレポジトリに対して,
2 4
3 5
```
6
+$ git config --add oh-my-zsh.hide-status 1
7
+$ git config --add oh-my-zsh.hide-dirty 1
4 8
$ git config --add bash-it.hide-status 1
5 9
```
6 10