mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-07-31 03:35:22 +08:00
7 lines
128 B
Bash
7 lines
128 B
Bash
function toolbox_prompt_info() {
|
|
[[ -f /run/.toolboxenv ]] && echo "⬢"
|
|
}
|
|
|
|
alias tbe="toolbox enter"
|
|
alias tbr="toolbox run"
|