diff --git a/fish/functions/fwt.fish b/fish/functions/fwt.fish new file mode 100644 index 0000000..cabdb32 --- /dev/null +++ b/fish/functions/fwt.fish @@ -0,0 +1,3 @@ +function fwt --description "Jump to Git worktree directory" + cd (git worktree list | awk '{print $1}' | fzf) +end