dotfiles/shell/profile.d/zoxide.sh
2025-09-05 15:26:11 -06:00

5 lines
101 B
Bash

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