Fix typos

pull/380/head
Rostyslav Sotnychenko 5 years ago
parent caea2c5b2a
commit 0d0425c1ba
No known key found for this signature in database
GPG Key ID: 8789CD1C24C86AA5

@ -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/)

@ -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/)

@ -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

Loading…
Cancel
Save