mirror of
https://github.com/nmasur/dotfiles
synced 2025-11-21 22:12:42 +00:00
fix proximity sort by using full path
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
--search-path $HOME/dev \
|
--search-path $HOME/dev \
|
||||||
--type directory \
|
--type directory \
|
||||||
--exact-depth 2 \
|
--exact-depth 2 \
|
||||||
| ${pkgs.proximity-sort}/bin/proximity-sort . \
|
| ${pkgs.proximity-sort}/bin/proximity-sort $PWD \
|
||||||
| sed 's/\\/$//' \
|
| sed 's/\\/$//' \
|
||||||
| fzf --tiebreak=index \
|
| fzf --tiebreak=index \
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user