diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-01 09:55:56 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-01 09:55:56 +0200 |
| commit | ea3ae3492af620e7ddbc5f4f3ea134e18dd3d0c4 (patch) | |
| tree | 15f7ea9ecbad0938747b468587180090b11cf2a8 /fish | |
| parent | c77463597e835bc1230c7e5103023a3624892505 (diff) | |
Update
Diffstat (limited to 'fish')
| -rw-r--r-- | fish/conf.d/tmux.fish | 4 |
1 files 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 |
