▲ | tcoff91 4 days ago | |||||||
I actually made a git worktree aware function called w that wraps zoxide and will basically switch to the main worktree, execute z, and then switch back to the worktree you came from. That way you don’t run into zoxide switching from one worktree to another annoyingly, and new worktrees immediately inherit your zoxide scores. You purge all other worktrees from the zoxide database and use w instead of z inside git repos. I haven’t used it in a while though because I switched from git to jj. | ||||||||
▲ | 0x008 4 days ago | parent [-] | |||||||
care to share? | ||||||||
|