fix(deps): demote direnv to recommended
direnv integration is fully guarded with type -q direnv in config.fish. The auto-venv script checks $DIRENV_DIR (set at runtime), not the binary. Without direnv installed the hook simply never loads and venv activation fires normally. No functionality breaks.
This commit is contained in:
@@ -19,7 +19,7 @@ function _fish_deps_catalog
|
||||
eza lsd bat btop dust duf prettyping ov rg lazygit lazydocker trash kitty wezterm python3
|
||||
|
||||
set -g _fdc_tiers \
|
||||
rec req req req req req req req rec rec \
|
||||
rec req req req req req req rec rec rec \
|
||||
int int \
|
||||
rec rec rec rec rec rec rec rec rec rec rec rec rec rec rec
|
||||
|
||||
|
||||
Reference in New Issue
Block a user