aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRostyslav Sotnychenko <me@sota.sh>2019-12-16 20:29:45 +0300
committerRostyslav Sotnychenko <me@sota.sh>2019-12-16 20:29:45 +0300
commit0d0425c1baa9ddd9d3a8fe3fb3a0c1fd88a23237 (patch)
tree86bacc367ce71faf1ec7b885fd77d0ae41a8198d
parentcaea2c5b2a82dea18a0954828ec45701a31d6390 (diff)
Fix typos
-rw-r--r--config/p10k-lean.zsh2
-rw-r--r--config/p10k-rainbow.zsh2
-rw-r--r--internal/p10k.zsh2
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