Skip to content

Commit

Permalink
git-tools: call tmux-project from gw
Browse files Browse the repository at this point in the history
  • Loading branch information
FredeHoey committed Jan 31, 2024
1 parent 4aa8193 commit 5315191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/git-tools/git-tools/gw
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ TARGET=$(git worktree list \
| grep -v "\[0\]" \
| fzf-tmux -p -h 90% -w 90% -m --reverse --preview "git show" \
| cut -f 1 -d ' ')/$DIR
cd $TARGET
tmux-project $TARGET

0 comments on commit 5315191

Please sign in to comment.