1
0
Fork 0
vdotfiles/cli/.config/fish/functions/gwta.fish

6 lines
85 B
Fish
Raw Permalink Normal View History

2023-02-05 22:13:01 +02:00
function gwta
2023-03-15 13:34:46 +02:00
groot && cd ..
2023-02-05 22:13:01 +02:00
command git worktree add $argv
2023-03-15 13:34:46 +02:00
cd $argv
2023-02-05 22:13:01 +02:00
end