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

4 lines
55 B
Fish
Raw Normal View History

2023-02-05 22:13:01 +02:00
function gwtp
2023-02-05 22:46:22 +02:00
command git worktree prune $argv
2023-02-05 22:13:01 +02:00
end