summaryrefslogtreecommitdiff
path: root/fish
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-03 22:35:57 +0200
committerPaul Buetow <paul@buetow.org>2026-03-03 22:35:57 +0200
commit1e6a156c59c9808aab8ac11a6f08a79cddb4e719 (patch)
tree5c825801568830c6d75a96eb743ab7b68cda6206 /fish
parentfb4e45fc4e830f1391cb3bae56b0773cf75bc66c (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 5c31a61..23ad68f 100644
--- a/fish/conf.d/tmux.fish
+++ b/fish/conf.d/tmux.fish
@@ -46,7 +46,7 @@ function tmux::git_project
if not test -f $TMUX_FZF_GIT_INDEX
find $git_dir -maxdepth 4 -type d -name .git \
| sed 's|/.git$||' | sed "s|$git_dir/||" \
- | grep -F -v . >$TMUX_FZF_GIT_INDEX
+ | grep -F -v . | grep -v gitsyncer-workdir >$TMUX_FZF_GIT_INDEX
end
set -l matches (grep "$filter" $TMUX_FZF_GIT_INDEX)