From ea3ae3492af620e7ddbc5f4f3ea134e18dd3d0c4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 1 Mar 2026 09:55:56 +0200 Subject: Update --- fish/conf.d/tmux.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fish/conf.d/tmux.fish b/fish/conf.d/tmux.fish index 87dc325..81d77a4 100644 --- a/fish/conf.d/tmux.fish +++ b/fish/conf.d/tmux.fish @@ -56,8 +56,8 @@ function tmux::git_project else set session (printf "%s\n" $matches | fzf) end - echo cd $git_dir/$session - echo tmux::attach $session + cd $git_dir/$session + tmux::attach $session end function tmux::git_project::reindex -- cgit v1.2.3