mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 20:20:38 +02:00
5 lines
119 B
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
|