Files
superior_dotfiles/private_dot_config/private_fish/functions/zs.fish

5 lines
119 B
Fish

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