mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
update POWERLEVEL9K_VCS_STATUS_COMMAND example
This commit is contained in:
parent
d9d8d8fc22
commit
77b319c0d3
1 changed files with 1 additions and 1 deletions
|
@ -1739,7 +1739,7 @@ powerlevel9k_vcs_init() {
|
||||||
#
|
#
|
||||||
# Configuration example (in ~/.zshrc, before sourcing powerlevel9k):
|
# Configuration example (in ~/.zshrc, before sourcing powerlevel9k):
|
||||||
#
|
#
|
||||||
# POWERLEVEL9K_VCS_STATUS_COMMAND="$HOME/gitstatus/gitstatus --dirty-max-index-size=1024"
|
# POWERLEVEL9K_VCS_STATUS_COMMAND="$HOME/bin/gitstatus --dirty-max-index-size=4096"
|
||||||
set_default POWERLEVEL9K_VCS_STATUS_COMMAND ""
|
set_default POWERLEVEL9K_VCS_STATUS_COMMAND ""
|
||||||
|
|
||||||
if [[ $POWERLEVEL9K_USE_CACHE == true ]]; then
|
if [[ $POWERLEVEL9K_USE_CACHE == true ]]; then
|
||||||
|
|
Loading…
Reference in a new issue