perf(tmux-sessionizer): improve fd command speed

dev-docs
Moritz Böhme 2023-04-26 10:57:43 +02:00
parent e8347cf955
commit 35c5d5ed4b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ let
if [[ $# -eq 1 ]]; then
selected=$1
else
selected=$(fd -gH '.git' ~/ --min-depth 1 --max-depth 5 --type d --prune --exec dirname {} | fzf)
selected=$(fd -HIg '.git' ~/ --min-depth 1 --max-depth 5 --type d --prune --exec dirname {} | fzf)
fi
if [[ -z $selected ]]; then