zoxide: add fzf border and avoid sorting (which ruins zoxide weighting)
This commit is contained in:
parent
f263c95f03
commit
ccf59fbaee
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue