From ddf6bdeba1c41b87d8dcb6bb56bd23abc4d0b915 Mon Sep 17 00:00:00 2001 From: Olivier Grand Date: Fri, 15 Mar 2024 17:40:44 +0100 Subject: [PATCH] change prompt name with environment type --- tools/bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bash_profile b/tools/bash_profile index 1438526..a7245b0 100644 --- a/tools/bash_profile +++ b/tools/bash_profile @@ -79,7 +79,7 @@ set_k8s_prompt() } set_prompt() { - export PS1="\n${REVERSE}${SITE_TYPE_COLOR}${MY_BOSH_USER}@${SITE_NAME} ${YELLOW}$(set_proxy_prompt)${CYAN}\$(set_git_prompt)\$(set_bosh_prompt)\$(set_k8s_prompt)${WHITE}\w${STD}\n$ " + export PS1="\n${REVERSE}${SITE_TYPE_COLOR}${MY_BOSH_USER}@${SITE_TYPE} ${YELLOW}$(set_proxy_prompt)${CYAN}\$(set_git_prompt)\$(set_bosh_prompt)\$(set_k8s_prompt)${WHITE}\w${STD}\n$ " } case "${SITE_TYPE}" in