much improved speed in fzf project switcher

This commit is contained in:
Noah Masur 2023-03-30 10:24:19 -04:00
parent 8e32c16fd3
commit 59824adb3a

View File

@ -13,9 +13,8 @@
fd \ fd \
--search-path $HOME/dev \ --search-path $HOME/dev \
--type directory \ --type directory \
--hidden \ --exact-depth 2 \
"^.git\$" \ | sed 's/\\/$//' \
| xargs dirname \
| fzf \ | fzf \
--delimiter '/' \ --delimiter '/' \
--with-nth 6.. \ --with-nth 6.. \