mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
tmux-sessionizer: fix fd search depth
This commit is contained in:
parent
f5db31a4a9
commit
eb29ed15dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue