1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-12-22 18:38:00 +00:00

Merge with upstream

This commit is contained in:
Daniel Carrillo 2019-01-11 18:26:13 +01:00
parent c2c53592a1
commit 4ff726e600

View File

@ -12,7 +12,7 @@ local tenant_formatted
unset os_info
typeset -gA os_info
[[ -n "${OS_TENANT_NAME+1}" ]] && tenant="[${OS_TENANT_NAME}]"
[[ -n "${OS_PROJECT_NAME+1}" ]] && tenant="[${OS_PROJECT_NAME}]"
if [[ "$tenant" != (none|) ]]; then
zstyle -s ':prezto:module:openstack:info:tenant' format 'tenant_format'