This commit is contained in:
tavo 2025-09-05 15:26:11 -06:00
parent fe1f67363b
commit 629f0448b7

View file

@ -0,0 +1,5 @@
#!/bin/sh
if command -v zoxide >/dev/null 2>&1; then
eval "$(zoxide init posix --hook prompt)"
fi