improved fzf sorting
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
if command -v "fzf" >/dev/null; then
|
if command -v "fzf" >/dev/null; then
|
||||||
FZF="fzf --black --ansi --cycle"
|
FZF="fzf --black --ansi --cycle --tiebreak=chunk,index"
|
||||||
else
|
else
|
||||||
err "Did not find the command-line fuzzy finder fzf."
|
err "Did not find the command-line fuzzy finder fzf."
|
||||||
exit 1
|
exit 1
|
||||||
|
Reference in New Issue
Block a user