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