aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorAdam Hovorka <[email protected]>2018-10-03 09:35:51 -0600
committerAdam Hovorka <[email protected]>2018-10-03 09:35:51 -0600
commit579de8d1dc9813facec4715d18c97c81178ee82e (patch)
treed9ac04dd64c8a545d4d2d5482714cd8a21babff3 /base
parent5a0b1fca1ddbcff5088f9db13b9c1b853e0a9369 (diff)
Whoops, it's transmission-remote-cli not -client
Diffstat (limited to 'base')
-rw-r--r--base/zsh/functions.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/zsh/functions.zsh b/base/zsh/functions.zsh
index 18ea8b4..57f11d3 100644
--- a/base/zsh/functions.zsh
+++ b/base/zsh/functions.zsh
@@ -28,8 +28,8 @@ hex() {
trc() {
if [[ `uname -n` = "aristotle" ]]; then
- transmission-remote-client
+ transmission-remote-cli
else
- ssh dhd.ahov.co ssh aristotle transmission-remote-client
+ ssh dhd.ahov.co ssh aristotle transmission-remote-cli
fi
}