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 \
--search-path $HOME/dev \
--type directory \
--hidden \
"^.git\$" \
| xargs dirname \
--exact-depth 2 \
| sed 's/\\/$//' \
| fzf \
--delimiter '/' \
--with-nth 6.. \