Skip to content

Commit

Permalink
Remove no-sort option from finder
Browse files Browse the repository at this point in the history
  • Loading branch information
roosta committed Oct 5, 2023
1 parent cfcdb25 commit f272cde
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/fuzzback.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ finder_split_cmd() {
--delimiter=":" \
--layout="$finder_layout" \
--no-multi \
--no-sort \
--print-query \
--with-nth="3.." \
--color="$4" \
Expand All @@ -56,7 +55,6 @@ fzf_popup_cmd() {
--delimiter=":" \
--layout="$3" \
--no-multi \
--no-sort \
--print-query \
--with-nth="3.." \
--color="$4" \
Expand Down

0 comments on commit f272cde

Please sign in to comment.