Remove merged branches git branch --merged origin/main | rg -v "main" | xargs git branch -d Mak...
To start a shell with the same environment as a particular systemd service sudo systemd-run --pr...