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