Bold kube config

This commit is contained in:
Thomas Forgione 2023-02-17 11:10:15 +01:00
parent bcc4ffa91a
commit a860c85827
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ local PR_DATE='${PR_BOLD}${PR_MAGENTA}[%D{%H:%M}]${PR_NO_COLOR}'
extract_kube() {
if [ ! -z $KUBECONFIG ]; then
echo " ${PR_CYAN}$(echo $KUBECONFIG | rev | cut -d '/' -f 2 | rev)${PR_NO_COLOR}"
echo " ${PR_BOLD}${PR_CYAN}$(echo $KUBECONFIG | rev | cut -d '/' -f 2 | rev)${PR_NO_COLOR}"
fi
}