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 5986a70d9a5fe8b5cebe60c658f8accb0e4cce37
parent 07743d83c8cb05507334be9e7a9fadf2c9a4c396
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 29 Dec 2018 11:55:08 +0100

Add t-remove-all

Diffstat:
Mlinks/.commands.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/links/.commands.sh b/links/.commands.sh @@ -203,5 +203,8 @@ t-stop-idle() { t-stop $id done } +t-remove-all() { + transmission-remote -tall --remove +} [ -f ~/.shortcuts ] && source ~/.shortcuts