diff options
author | Adam Hovorka <[email protected]> | 2018-10-03 09:35:51 -0600 |
---|---|---|
committer | Adam Hovorka <[email protected]> | 2018-10-03 09:35:51 -0600 |
commit | 579de8d1dc9813facec4715d18c97c81178ee82e (patch) | |
tree | d9ac04dd64c8a545d4d2d5482714cd8a21babff3 | |
parent | 5a0b1fca1ddbcff5088f9db13b9c1b853e0a9369 (diff) |
Whoops, it's transmission-remote-cli not -client
-rw-r--r-- | base/zsh/functions.zsh | 4 |
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 } |