Skip to content

Commit

Permalink
Reformat direnv item
Browse files Browse the repository at this point in the history
  • Loading branch information
IlanCosman committed Dec 24, 2023
1 parent 5de481d commit cca9fc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions functions/_tide_item_direnv.fish
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cca9fc9

Please sign in to comment.