Update sway with some fixes, update fish stuff
This commit is contained in:
parent
118250f033
commit
40ecaef7aa
24 changed files with 145 additions and 48 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue