From 9f733c7e936e4c281a246b551f4d6787283e8685 Mon Sep 17 00:00:00 2001
From: katherine <shmibs@shmibbles.me>
Date: Tue, 28 Jun 2016 22:45:39 -0700
Subject: add transmission launcher

this way can use the console client and still have it start up when
launched and shut down when quit
---
 .zshrc-linux-desktop | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.zshrc-linux-desktop b/.zshrc-linux-desktop
index 8faa906..c2701df 100644
--- a/.zshrc-linux-desktop
+++ b/.zshrc-linux-desktop
@@ -391,3 +391,10 @@ fuck() {
 		done
 	done
 }
+
+tmr() {
+	transmission-daemon
+	sleep 1
+	transmission-remote-cli
+	transmission-remote localhost --exit
+}
-- 
cgit v1.2.3