mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Fix typos
This commit is contained in:
parent
caea2c5b2a
commit
0d0425c1ba
3 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue