feat: gracefully fallback when integration dependencies are not met

If a dependency for an integration is missing, fallback gracefully so as
not to interrupt user experience
This commit is contained in:
2026-04-30 20:11:50 -04:00
parent 7e1c727b69
commit 8d1ab2eeb9
5 changed files with 14 additions and 2 deletions
+3 -1
View File
@@ -81,7 +81,9 @@ set -Ux FZF_DEFAULT_OPTS "\
#
# The Auto-Venv script above will ignore directories with a
# .envrc file (direnv configuration) to prevent conflicts.
direnv hook fish | source
if type -q direnv
direnv hook fish | source
end
# ────────────────────────────── Auto-Venv ───────────────────────────────
# Auto-activate Python venv on directory change