1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 23:40:39 +01:00

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
parent c96fc233c4
commit 50113a53f3
2 changed files with 22 additions and 0 deletions

View File

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