From cca9fc9f82153e4d58f659011bcb15df4fec6fc6 Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Sun, 24 Dec 2023 11:31:30 -0800 Subject: [PATCH] Reformat direnv item --- functions/_tide_item_direnv.fish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/_tide_item_direnv.fish b/functions/_tide_item_direnv.fish index 50846749..f3c892b5 100644 --- a/functions/_tide_item_direnv.fish +++ b/functions/_tide_item_direnv.fish @@ -1,7 +1,7 @@ function _tide_item_direnv set -q DIRENV_DIR || return - 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 + 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 _tide_print_item direnv $tide_direnv_icon end