From 8ae2b1e73df17d72e57608913c4181c963293d8f Mon Sep 17 00:00:00 2001 From: Ofir Shtrull Date: Thu, 11 Mar 2021 18:32:10 +0200 Subject: [PATCH] fix typo --- themes/base.theme.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/base.theme.bash b/themes/base.theme.bash index 983aaa73..e84cc291 100644 --- a/themes/base.theme.bash +++ b/themes/base.theme.bash @@ -188,7 +188,7 @@ function terraform_workspace_prompt { fi } -function gcloud_account_prompt { +function active_gcloud_account_prompt { if _command_exists gcloud; then echo -e "$(gcloud config list account --format "value(core.account)" 2> /dev/null)" fi