diff --git a/themes/base.theme.bash b/themes/base.theme.bash index 983aaa7333..e84cc29122 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