2023-10-08 22:26:07 -05:00
|
|
|
function _tide_item_direnv
|
|
|
|
set -q DIRENV_DIR || return
|
2024-01-03 17:58:34 -06:00
|
|
|
direnv status | string match -q 'Found RC allowed false' &&
|
|
|
|
set -lx tide_direnv_color $tide_direnv_color_denied &&
|
|
|
|
set -lx tide_direnv_bg_color $tide_direnv_bg_color_denied
|
2023-10-08 22:26:07 -05:00
|
|
|
_tide_print_item direnv $tide_direnv_icon
|
|
|
|
end
|