dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 65c5de68f38d1dc7b35dc3a19fa9e904701b45a5
parent 56542615f0c10a9fbdbe5639cade7b4455cbf55b
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 27 Dec 2018 19:09:46 +0100

Add missing arguments to t-add

Diffstat:
Mlinks/.commands.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/.commands.sh b/links/.commands.sh @@ -190,7 +190,7 @@ transfer() { # use transfer.sh to share files over the net } t-add() { - transmission-remote --add --download-dir $PWD --encryption-required + transmission-remote --add --download-dir $PWD --encryption-required $@ } t-list() { transmission-remote --list