diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-01-31 17:18:39 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-01-31 17:18:39 +0300 |
commit | b6cb9618a873ec0392c816a8d6e1e9fd4aa6adac (patch) | |
tree | e03dd9ab438d7d351e0fa6f033aea3fe03bf2977 /config/p10k-lean-8colors.zsh | |
parent | 0d6859cae8d622be48b83a0ac9784ea2423c8089 (diff) |
spelling and cleanup
Diffstat (limited to 'config/p10k-lean-8colors.zsh')
-rw-r--r-- | config/p10k-lean-8colors.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/p10k-lean-8colors.zsh b/config/p10k-lean-8colors.zsh index 27cd4444..a8917178 100644 --- a/config/p10k-lean-8colors.zsh +++ b/config/p10k-lean-8colors.zsh @@ -70,7 +70,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 cli acccount and project (https://cloud.google.com/) + gcloud # google cloud cli account and project (https://cloud.google.com/) google_app_cred # google application credentials (https://cloud.google.com/docs/authentication/production) context # user@hostname nordvpn # nordvpn connection status, linux only (https://nordvpn.com/) @@ -978,7 +978,7 @@ # Custom icon. # typeset -g POWERLEVEL9K_AZURE_VISUAL_IDENTIFIER_EXPANSION='⭐' - ##########[ gcloud: google cloud acccount and project (https://cloud.google.com/) ]########### + ##########[ gcloud: google cloud account and project (https://cloud.google.com/) ]########### # Show gcloud only when the the command you are typing invokes one of these tools. # Tip: Remove the next line to always show gcloud. typeset -g POWERLEVEL9K_GCLOUD_SHOW_ON_COMMAND='gcloud|gcs' |