diff options
author | Andrea Cervesato (TheKoma) <andrea.cervesato@gmail.com> | 2021-12-26 18:13:24 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-01-05 18:04:29 +0300 |
commit | fba50d967184c6b5be15a94c0c960b7f0811585b (patch) | |
tree | d49ec9794f7e8b7bfa9c3c2a7fd85edb33a19921 /config/p10k-classic.zsh | |
parent | 66c0181f765185d20386174cad19d7ecee0b97a1 (diff) |
Added gsutil as is the main "other command" in GCP
Diffstat (limited to 'config/p10k-classic.zsh')
-rw-r--r-- | config/p10k-classic.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index 5daf34f3..10bc44e1 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -1358,7 +1358,7 @@ ##########[ 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' + typeset -g POWERLEVEL9K_GCLOUD_SHOW_ON_COMMAND='gcloud|gcs|gsutil' # Google cloud color. typeset -g POWERLEVEL9K_GCLOUD_FOREGROUND=32 |