dotfiles/fish/functions/_tide_item_private_mode.fish

4 lines
124 B
Fish
Raw Normal View History

2023-10-08 22:26:07 -05:00
function _tide_item_private_mode
set -q _tide_private_mode && _tide_print_item private_mode $tide_private_mode_icon
end