add zoxide

This commit is contained in:
reonokiy 2025-02-12 13:40:24 +08:00
parent eba8e40f1a
commit 23fe1eb8fb
Signed by: reonokiy
SSH key fingerprint: SHA256:2VjKpUxMIe0QYY3OVnOMuPiB0X5pvrIpJ+UiyFhxtq0

View file

@ -17,3 +17,8 @@ if command -v starship >/dev/null
source (starship init fish --print-full-init | psub)
end
# zoxide
if command -v zoxide >/dev/null
zoxide init fish | source
end