Skip to content

Commit

Permalink
change prompt name with environment type
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrand committed Mar 15, 2024
1 parent 501be95 commit ddf6bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ddf6bde

Please sign in to comment.