aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
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
}