feat(toolbox): add plugin to show toolbox prompt info (#10685)

This commit is contained in:
Carlo Sala 2022-03-22 22:39:37 +01:00 committed by GitHub
commit 50113a53f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,3 @@
function toolbox_prompt_info() {
[[ -f /run/.toolboxenv ]] && echo "⬢"
}