Improve find command

This commit is contained in:
Yax 2026-05-04 19:33:07 +02:00
parent 99d70422c0
commit 8e4fed7c0f
2 changed files with 6 additions and 2 deletions

View file

@ -152,7 +152,7 @@ else
echo "warning: sesh is not installed" >&2
fi
if command -v zoxide &>/dev/null; then
eval "$(zoxide init zsh --cmd cd)"
eval "$(zoxide init zsh --no-cmd)"
else
echo "warning: zoxide is not installed" >&2
fi