|
|
@ -179,7 +179,7 @@ if (( $+commands[zoxide] )); then
|
|
|
|
local dir=$(
|
|
|
|
local dir=$(
|
|
|
|
zoxide query --list --score |
|
|
|
|
zoxide query --list --score |
|
|
|
|
fzf --height 40% --layout reverse --info inline \
|
|
|
|
fzf --height 40% --layout reverse --info inline \
|
|
|
|
--nth 2.. --tac --no-sort --query "$*" \
|
|
|
|
--nth 2.. --no-sort --query "$*" \
|
|
|
|
--bind 'enter:become:echo {2..}'
|
|
|
|
--bind 'enter:become:echo {2..}'
|
|
|
|
) && cd "$dir"
|
|
|
|
) && cd "$dir"
|
|
|
|
}
|
|
|
|
}
|
|
|
|