1 2 3 4 5 6
function toolbox_prompt_info() { [[ -f /run/.toolboxenv ]] && echo "⬢" } alias tbe="toolbox enter" alias tbr="toolbox run"