Add .config/fish/functions/zs.fish

This commit is contained in:
2025-12-27 20:07:53 +01:00
parent 78c0ce023c
commit ce67a7753e

View File

@@ -0,0 +1,4 @@
function zs --description 'zoxide jump with fzf'
set -l dir (zoxide query -i)
test -n "$dir"; and z "$dir"
end