aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc-linux-desktop
diff options
context:
space:
mode:
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
+}