zoxide: add fzf border and avoid sorting (which ruins zoxide weighting)

This commit is contained in:
Daniel Lundin 2025-01-09 14:52:31 +01:00
parent f263c95f03
commit ccf59fbaee
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI

View file

@ -70,6 +70,6 @@
enableFishIntegration = true;
options = [ "--cmd=cd" ];
};
home.sessionVariables._ZO_FZF_OPTS="--reverse --height=10 --border=none --no-info --no-separator --no-scrollbar --no-color";
home.sessionVariables._ZO_FZF_OPTS="--reverse --height=10 --border=rounded --no-info --no-separator --no-scrollbar --no-color --no-sort";
}