diff options
| -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 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) |
