mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2025-01-31 09:11:16 -05:00
4 lines
122 B
Fish
4 lines
122 B
Fish
function __zoxide_zi
|
|
set --local result (command zoxide query --interactive -- $argv)
|
|
and __zoxide_cd $result
|
|
end
|