Files
dotfiles/config/fish/functions/fwt.fish
2024-08-09 12:27:45 +02:00

4 lines
116 B
Fish

function fwt --description "Jump to Git worktree directory"
cd (git worktree list | awk '{print $1}' | fzf)
end