summaryrefslogtreecommitdiff
path: root/config/essentials/shell/functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config/essentials/shell/functions.sh')
-rw-r--r--config/essentials/shell/functions.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/essentials/shell/functions.sh b/config/essentials/shell/functions.sh
index c7f7b3a..50ee0aa 100644
--- a/config/essentials/shell/functions.sh
+++ b/config/essentials/shell/functions.sh
@@ -399,6 +399,5 @@ trclipo()
category="$(printf "music\nanime\nmovies\nshows\nother\nsoftware\ngames\nisos\nbooks\n" | fzf)"
[ "$category" ] || return 2
- transmission-remote debuc.com -a -w "/downloads/$category" "$magnet"
-
+ transmission-remote autumn -a -w "/downloads/$choice" "$magnet"
}