# Torrent download alias. function tdl() { transmission-remote home.local ${@} } # Download torrent files to home. # Usage: tdla function tdla() { tdl -a "${@}" } # List download torrents. function tdll() { transmission-remote home.local -l }