diff options
author | Rostyslav Sotnychenko <me@sota.sh> | 2019-12-16 20:29:45 +0300 |
---|---|---|
committer | Rostyslav Sotnychenko <me@sota.sh> | 2019-12-16 20:29:45 +0300 |
commit | 0d0425c1baa9ddd9d3a8fe3fb3a0c1fd88a23237 (patch) | |
tree | 86bacc367ce71faf1ec7b885fd77d0ae41a8198d /internal/p10k.zsh | |
parent | caea2c5b2a82dea18a0954828ec45701a31d6390 (diff) |
Fix typos
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r-- | internal/p10k.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |