Files
dotfiles/nix/home/fish/functions/fwt.fish
2024-07-30 20:49:42 +02:00

4 lines
116 B
Fish

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