dotfiles/fish/functions/_tide_item_toolbox.fish

5 lines
172 B
Fish
Raw Normal View History

2023-10-08 22:26:07 -05:00
function _tide_item_toolbox
test -e /run/.toolboxenv &&
_tide_print_item toolbox $tide_toolbox_icon' ' (string match -rg 'name="(.*)"' </run/.containerenv)
end