mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-07-31 19:55:20 +08:00
4 lines
77 B
Bash
4 lines
77 B
Bash
function toolbox_prompt_info() {
|
|
[[ -f /run/.toolboxenv ]] && echo "⬢"
|
|
}
|