summaryrefslogtreecommitdiff
path: root/fish
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-12 22:08:16 +0200
committerPaul Buetow <paul@buetow.org>2026-03-12 22:08:16 +0200
commit401de3ae30ad87b42d79381999b2b28202157091 (patch)
tree63c0243365eb63ff23c9c5a05a72106e84e900e0 /fish
parentbbbefd772833d8ba660e7b520a475d988b111c03 (diff)
Update
Diffstat (limited to 'fish')
-rw-r--r--fish/conf.d/tmux.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/conf.d/tmux.fish b/fish/conf.d/tmux.fish
index c8c9906..90cbf47 100644
--- a/fish/conf.d/tmux.fish
+++ b/fish/conf.d/tmux.fish
@@ -56,7 +56,7 @@ function tmux::project
end
if not test -f $TMUX_FZF_GIT_INDEX
- find $git_dir -maxdepth 4 -type d -name .git \
+ find $git_dir -maxdepth 5 -type d -name .git \
| sed 's|/.git$||' | sed "s|$git_dir/||" \
| grep -F -v . | grep -v gitsyncer-workdir | grep -v upstream >$TMUX_FZF_GIT_INDEX
# Add top-level directories from TMPUTILS_DIR (non-git)