aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc-linux-desktop
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2016-06-28 22:45:39 -0700
committerkatherine <shmibs@shmibbles.me>2016-06-28 22:45:39 -0700
commit9f733c7e936e4c281a246b551f4d6787283e8685 (patch)
treefc4a0d64dd2e2c5a40fae6a49491df25369985e8 /.zshrc-linux-desktop
parent5929a2f3f99d939737046c68e917c10ff839e5f8 (diff)
downloaddotfiles-9f733c7e936e4c281a246b551f4d6787283e8685.tar.gz
add transmission launcher
this way can use the console client and still have it start up when launched and shut down when quit
Diffstat (limited to '.zshrc-linux-desktop')
-rw-r--r--.zshrc-linux-desktop7
1 files changed, 7 insertions, 0 deletions
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
+}