ohmyzsh/plugins/toolbox/kubectx.plugin.zsh

3 lines
77 B
Bash

function toolbox_prompt_info() {
[[ -f /run/.toolboxenv ]] && echo "⬢"
}