This commit is contained in:
Ofir Shtrull
2021-03-11 18:32:10 +02:00
parent ffc1701c0a
commit 8ae2b1e73d

View File

@@ -188,7 +188,7 @@ function terraform_workspace_prompt {
fi fi
} }
function gcloud_account_prompt { function active_gcloud_account_prompt {
if _command_exists gcloud; then if _command_exists gcloud; then
echo -e "$(gcloud config list account --format "value(core.account)" 2> /dev/null)" echo -e "$(gcloud config list account --format "value(core.account)" 2> /dev/null)"
fi fi