mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
much improved speed in fzf project switcher
This commit is contained in:
parent
8e32c16fd3
commit
59824adb3a
@ -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.. \
|
||||||
|
Loading…
Reference in New Issue
Block a user