fix(zoxide): suppress missing-zoxide startup message

Silent degradation is cleaner; the shell already handles the
missing binary gracefully without any output.
This commit is contained in:
2026-05-11 23:57:46 -04:00
parent 4e255f4502
commit 520217d4a9
-2
View File
@@ -53,8 +53,6 @@ if status is-interactive
# use custom completion # use custom completion
complete -c z -f # disable files by default complete -c z -f # disable files by default
complete -c z -x -a '(_zoxide_z_complete)' 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
end end