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