diff --git a/.bashrc b/.bashrc
index 6330e91ce1cc56cc3ad73cf3f876115d34602db8..e8b47469a52acfed9effccd82173bd20f988645c 100644
--- a/.bashrc
+++ b/.bashrc
@@ -68,6 +68,7 @@ alias hostlocal='docker run --rm --privileged --net=host gliderlabs/hostlocal'
 alias apt-daily="sudo /bin/sh -c 'apt update && apt dist-upgrade --download-only --yes && apt autoclean'"
 alias docker-build='docker build -t "$(basename $PWD)" ./'
 alias cdtemp='cd $(mktemp -d)'
+alias 0-day-cleanup='ssh xbmc "sudo -u debian-transmission find /srv/library/Comics -name *.part -path *0-Day\ Week\ of* -delete"'
 
 deduce-aws-region () {
     export AWS_DEFAULT_REGION="$(curl --silent \