Windows Terminal
ref: (new) Windows Terminal - https://www.microsoft.com/en-us/p/windows-terminal/9n0dx20hk701
WSL
plugins=(
git
kubectl
kube-ps1
docker
docker-compose
helm
aws
golang
python
)prompt_kube_context() {
if [[ $KUBE_PS1_ENABLED == "on" ]]; then
echo $(kube_ps1)"\n% "
fi
}
PROMPT='$(prompt_kube_context)%{%f%b%k%}$(build_prompt) 'Last updated