From 520217d4a9c11538fea2a5bcbc24015205f79670 Mon Sep 17 00:00:00 2001 From: rootiest Date: Mon, 11 May 2026 23:57:46 -0400 Subject: [PATCH] fix(zoxide): suppress missing-zoxide startup message Silent degradation is cleaner; the shell already handles the missing binary gracefully without any output. --- conf.d/zoxide.fish | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf.d/zoxide.fish b/conf.d/zoxide.fish index e2dc307..1972277 100644 --- a/conf.d/zoxide.fish +++ b/conf.d/zoxide.fish @@ -53,8 +53,6 @@ if status is-interactive # use custom completion complete -c z -f # disable files by default complete -c z -x -a '(_zoxide_z_complete)' - else - echo "[plugin: zoxide] Command 'zoxide' cannot be found. Not installed or not in path" end end