1
0
Fork 0
fishdots/functions/_tide_item_toolbox.fish

5 lines
172 B
Fish
Raw Normal View History

2024-06-28 12:48:25 +00:00
function _tide_item_toolbox
test -e /run/.toolboxenv &&
_tide_print_item toolbox $tide_toolbox_icon' ' (string match -rg 'name="(.*)"' </run/.containerenv)
end