diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-12 22:08:16 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-12 22:08:16 +0200 |
| commit | 401de3ae30ad87b42d79381999b2b28202157091 (patch) | |
| tree | 63c0243365eb63ff23c9c5a05a72106e84e900e0 /fish | |
| parent | bbbefd772833d8ba660e7b520a475d988b111c03 (diff) | |
Update
Diffstat (limited to 'fish')
| -rw-r--r-- | fish/conf.d/tmux.fish | 2 |
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) |
