You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function zz
set -l dest (zoxide query -l -t --exclude (pwd) | sort -k 1 -n -r | awk '{print $2}' | fzf )
if test -z "$dest"
# echo "The string is empty"
else
cd "$dest"
end
end
goto Most Recently Accessed Path are useful for terminal user
is it possible to provide this function in zoxide
Thanks for your attention 😄
Here is a reference zlua, it provide this function.
The text was updated successfully, but these errors were encountered: