From 3391739b550f855416444ce6d44a913fa80b2d3b Mon Sep 17 00:00:00 2001 From: romkatv Date: Wed, 15 Jan 2020 18:23:40 +0100 Subject: [PATCH] make the default glcoud format less verbose --- config/p10k-classic.zsh | 6 +++--- config/p10k-lean-8colors.zsh | 6 +++--- config/p10k-lean.zsh | 6 +++--- config/p10k-rainbow.zsh | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index 68a91404..5886dfe3 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -933,14 +933,14 @@ # Google cloud color. typeset -g POWERLEVEL9K_GCLOUD_FOREGROUND=32 - # Google cloud format. Uncomment POWERLEVEL9K_GCLOUD_CONTENT_EXPANSION and edit its value if the - # default is too verbose. + # Google cloud format. Change the value of POWERLEVEL9K_GCLOUD_CONTENT_EXPANSION if the default + # is too verbose or not informative enough. # # P9K_GCLOUD_ACCOUNT: the output of `gcloud config get-value account` # P9K_GCLOUD_PROJECT: the output of `gcloud config get-value project` # ${VARIABLE//\%/%%}: ${VARIABLE} with all occurences of '%' replaced with '%%'. # - # typeset -g POWERLEVEL9K_GCLOUD_CONTENT_EXPANSION='${P9K_GCLOUD_ACCOUNT//\%/%%}:${P9K_GCLOUD_PROJECT//\%/%%}' + typeset -g POWERLEVEL9K_GCLOUD_CONTENT_EXPANSION='${P9K_GCLOUD_PROJECT//\%/%%}' # Custom icon. # typeset -g POWERLEVEL9K_GCLOUD_VISUAL_IDENTIFIER_EXPANSION='⭐' diff --git a/config/p10k-lean-8colors.zsh b/config/p10k-lean-8colors.zsh index 9f849f7a..cbcebccb 100644 --- a/config/p10k-lean-8colors.zsh +++ b/config/p10k-lean-8colors.zsh @@ -909,14 +909,14 @@ # Google cloud color. typeset -g POWERLEVEL9K_GCLOUD_FOREGROUND=4 - # Google cloud format. Uncomment POWERLEVEL9K_GCLOUD_CONTENT_EXPANSION and edit its value if the - # default is too verbose. + # Google cloud format. Change the value of POWERLEVEL9K_GCLOUD_CONTENT_EXPANSION if the default + # is too verbose or not informative enough. # # P9K_GCLOUD_ACCOUNT: the output of `gcloud config get-value account` # P9K_GCLOUD_PROJECT: the output of `gcloud config get-value project` # ${VARIABLE//\%/%%}: ${VARIABLE} with all occurences of '%' replaced with '%%'. # - # typeset -g POWERLEVEL9K_GCLOUD_CONTENT_EXPANSION='${P9K_GCLOUD_ACCOUNT//\%/%%}:${P9K_GCLOUD_PROJECT//\%/%%}' + typeset -g POWERLEVEL9K_GCLOUD_CONTENT_EXPANSION='${P9K_GCLOUD_PROJECT//\%/%%}' # Custom icon. # typeset -g POWERLEVEL9K_GCLOUD_VISUAL_IDENTIFIER_EXPANSION='⭐' diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index db6c7004..f03877f3 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -909,14 +909,14 @@ # Google cloud color. typeset -g POWERLEVEL9K_GCLOUD_FOREGROUND=32 - # Google cloud format. Uncomment POWERLEVEL9K_GCLOUD_CONTENT_EXPANSION and edit its value if the - # default is too verbose. + # Google cloud format. Change the value of POWERLEVEL9K_GCLOUD_CONTENT_EXPANSION if the default + # is too verbose or not informative enough. # # P9K_GCLOUD_ACCOUNT: the output of `gcloud config get-value account` # P9K_GCLOUD_PROJECT: the output of `gcloud config get-value project` # ${VARIABLE//\%/%%}: ${VARIABLE} with all occurences of '%' replaced with '%%'. # - # typeset -g POWERLEVEL9K_GCLOUD_CONTENT_EXPANSION='${P9K_GCLOUD_ACCOUNT//\%/%%}:${P9K_GCLOUD_PROJECT//\%/%%}' + typeset -g POWERLEVEL9K_GCLOUD_CONTENT_EXPANSION='${P9K_GCLOUD_PROJECT//\%/%%}' # Custom icon. # typeset -g POWERLEVEL9K_GCLOUD_VISUAL_IDENTIFIER_EXPANSION='⭐' diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index 277a9f94..3cfeb8a1 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -965,14 +965,14 @@ # typeset -g POWERLEVEL9K_GCLOUD_FOREGROUND=7 # typeset -g POWERLEVEL9K_GCLOUD_BACKGROUND=4 - # Google cloud format. Uncomment POWERLEVEL9K_GCLOUD_CONTENT_EXPANSION and edit its value if the - # default is too verbose. + # Google cloud format. Change the value of POWERLEVEL9K_GCLOUD_CONTENT_EXPANSION if the default + # is too verbose or not informative enough. # # P9K_GCLOUD_ACCOUNT: the output of `gcloud config get-value account` # P9K_GCLOUD_PROJECT: the output of `gcloud config get-value project` # ${VARIABLE//\%/%%}: ${VARIABLE} with all occurences of '%' replaced with '%%'. # - # typeset -g POWERLEVEL9K_GCLOUD_CONTENT_EXPANSION='${P9K_GCLOUD_ACCOUNT//\%/%%}:${P9K_GCLOUD_PROJECT//\%/%%}' + typeset -g POWERLEVEL9K_GCLOUD_CONTENT_EXPANSION='${P9K_GCLOUD_PROJECT//\%/%%}' # Custom icon. # typeset -g POWERLEVEL9K_GCLOUD_VISUAL_IDENTIFIER_EXPANSION='⭐'