mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-19 19:01:57 +00:00
5 lines
103 B
Bash
5 lines
103 B
Bash
function toolbox_prompt_info() {
|
|
[[ -f /run/.toolboxenv ]] && echo "⬢"
|
|
}
|
|
|
|
alias tb="toolbox enter"
|