3 lines
77 B
Shell
3 lines
77 B
Shell
function toolbox_prompt_info() {
|
|
[[ -f /run/.toolboxenv ]] && echo "⬢"
|
|
}
|