mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-06 03:40:41 +01:00
Hide git prompt completely if git config flag "oh-my-zsh.hide-status" is set (#184)
* Hide git prompt if git config flag "oh-my-zsh.hide-status" is set * Add documentation about the `oh-my-zsh.hide-status` git config flag
This commit is contained in:
committed by
Caio Gondim
parent
246aa809a9
commit
09b5d897a0
@@ -220,6 +220,8 @@ NOTE: You do not need to specify *end* segment - it will be added automatically.
|
||||
|`BULLETTRAIN_GIT_BEHIND`|`" ⬇"`|Icon for behind state from remote
|
||||
|`BULLETTRAIN_GIT_DIVERGED`|`" ⬍"`|Icon for diverged state from remote
|
||||
|
||||
The git prompt can be disabled for a specific repository by setting a git config flag: `get config oh-my-zsh.hide-status 1`. This is useful to avoid performance issues for particularly huge repositories.
|
||||
|
||||
### Mercurial/HG
|
||||
|
||||
|Variable|Default|Meaning
|
||||
|
||||
Reference in New Issue
Block a user