mirror of
https://gitee.com/mirrors/ohmyzsh.git
synced 2026-08-06 13:04:26 +08:00
feat(toolbox): add plugin to show toolbox prompt info (#10685)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
function toolbox_prompt_info() {
|
||||
[[ -f /run/.toolboxenv ]] && echo "⬢"
|
||||
}
|
||||
Reference in New Issue
Block a user