diff options
author | katherine <shmibs@shmibbles.me> | 2016-06-28 22:45:39 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2016-06-28 22:45:39 -0700 |
commit | 9f733c7e936e4c281a246b551f4d6787283e8685 (patch) | |
tree | fc4a0d64dd2e2c5a40fae6a49491df25369985e8 | |
parent | 5929a2f3f99d939737046c68e917c10ff839e5f8 (diff) | |
download | dotfiles-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
-rw-r--r-- | .zshrc-linux-desktop | 7 |
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 +} |