tmux-sessionizer: fix fd search depth

This commit is contained in:
Primrose 2025-05-29 16:35:19 +02:00
parent f5db31a4a9
commit eb29ed15dd
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -82,7 +82,7 @@
selected=$( selected=$(
{ {
fd . "$REPO_PATH" --exact-depth 2 --hidden --type d fd . "$REPO_PATH" --exact-depth 2 --hidden --type d
fd . "$WORKTREE_PATH" --exact-depth 4 --hidden --type d fd . "$WORKTREE_PATH" --exact-depth 3 --hidden --type d
fd . "$PLAYGROUND_PATH" --exact-depth 1 --hidden --type d fd . "$PLAYGROUND_PATH" --exact-depth 1 --hidden --type d
echo "dotfiles" echo "dotfiles"
echo "password-store" echo "password-store"