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

fix(toolbox): fix the plugin's filename

This commit is contained in:
Ilya Maximov
2022-05-08 17:24:00 +02:00
committed by Marc Cornellà
parent 50550c70ea
commit 0866f4daf4

View File

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