summaryrefslogtreecommitdiff
path: root/config/essentials/shell/functions.sh
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@spacehb.net>2025-04-22 10:02:39 +0200
committerRaymaekers Luca <luca@spacehb.net>2025-04-22 10:02:39 +0200
commit07c61562b4c9ba449e85508da71320f0e4fa3e09 (patch)
treec559dfb0b53f2c08e82c995ff0b38bd4a7762169 /config/essentials/shell/functions.sh
parentc822f6016fd9e457252b2f37dfa0be3cde9fefc3 (diff)
checkpoint
Diffstat (limited to 'config/essentials/shell/functions.sh')
-rw-r--r--config/essentials/shell/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/essentials/shell/functions.sh b/config/essentials/shell/functions.sh
index 39c5e19..e348aa0 100644
--- a/config/essentials/shell/functions.sh
+++ b/config/essentials/shell/functions.sh
@@ -399,6 +399,6 @@ trclipo()
category="$(printf "music\nanime\nmovies\nshows\nother\nsoftware\ngames\nisos\nbooks\n" | fzf)"
[ "$category" ] || return 2
- transmission-remote debuc.com -a -w "/downloads/$choice" "$magnet"
+ transmission-remote autumn -a -w "/downloads/$choice" "$magnet"
}