From 72b6ca7c2bf84b7f4f7a065384fc566457ddd4cf Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 8 Mar 2026 08:34:54 +0200 Subject: Update --- fish/conf.d/tmux.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish/conf.d/tmux.fish b/fish/conf.d/tmux.fish index 0e1073c..4fe5b24 100644 --- a/fish/conf.d/tmux.fish +++ b/fish/conf.d/tmux.fish @@ -57,7 +57,7 @@ function tmux::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 . | grep -v gitsyncer-workdir >$TMUX_FZF_GIT_INDEX + | grep -F -v . | grep -v gitsyncer-workdir | grep -v upstream >$TMUX_FZF_GIT_INDEX end set -l matches (grep "$filter" $TMUX_FZF_GIT_INDEX) -- cgit v1.2.3