From 0d0425c1baa9ddd9d3a8fe3fb3a0c1fd88a23237 Mon Sep 17 00:00:00 2001 From: Rostyslav Sotnychenko Date: Mon, 16 Dec 2019 19:29:45 +0200 Subject: [PATCH] Fix typos --- config/p10k-lean.zsh | 2 +- config/p10k-rainbow.zsh | 2 +- internal/p10k.zsh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index ae07c238..574f654c 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -67,7 +67,7 @@ aws # aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) # aws_eb_env # aws elastic beanstalk environment (https://aws.amazon.com/elasticbeanstalk/) # azure # azure account name (https://docs.microsoft.com/en-us/cli/azure) - # gcloud # google cloud acccount and project (https://cloud.google.com/) + # gcloud # google cloud cli acccount and project (https://cloud.google.com/) # gcloud_app # google cloud application credentials (https://cloud.google.com/docs/authentication/getting-started#setting_the_environment_variable) context # user@hostname nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index 1e55a530..677448b6 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -67,7 +67,7 @@ aws # aws profile (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html) # aws_eb_env # aws elastic beanstalk environment (https://aws.amazon.com/elasticbeanstalk/) # azure # azure account name (https://docs.microsoft.com/en-us/cli/azure) - # gcloud # google cloud acccount and project (https://cloud.google.com/) + # gcloud # google cloud cli acccount and project (https://cloud.google.com/) # gcloud_app # google cloud application credentials (https://cloud.google.com/docs/authentication/getting-started#setting_the_environment_variable) context # user@hostname nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) 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