diff options
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r-- | internal/p10k.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index aea79054..c257e6ab 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -3389,7 +3389,7 @@ prompt_gcloud() { } prompt_gcloud_app() { - unset P9K_GCLOUD_APP_EMAIL + unset P9K_GCLOUD_APP_EMAIL P9K_GCLOUD_APP_ACCOUNT_TYPE P9K_GCLOUD_APP_ACCOUNT_TYPE_SHORT (( $+commands[gcloud] )) || return [[ ! -z $GOOGLE_APPLICATION_CREDENTIALS ]] || return |