fix proximity sort by using full path

This commit is contained in:
Noah Masur 2024-01-22 13:03:46 -05:00
parent 088de57cab
commit 454accd742

View File

@ -16,7 +16,7 @@
--search-path $HOME/dev \
--type directory \
--exact-depth 2 \
| ${pkgs.proximity-sort}/bin/proximity-sort . \
| ${pkgs.proximity-sort}/bin/proximity-sort $PWD \
| sed 's/\\/$//' \
| fzf --tiebreak=index \
)