From ccc482f6a0770e643afcd676ee17f2fb6dc742c7 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Mon, 5 Jun 2023 16:07:55 +0200 Subject: Install pdsh for parallel SSH --- tw/home/files/zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'tw/home/files') diff --git a/tw/home/files/zshrc b/tw/home/files/zshrc index 6d1da0ca..ce28cce5 100644 --- a/tw/home/files/zshrc +++ b/tw/home/files/zshrc @@ -96,6 +96,7 @@ alias diff='\diff -s --color=auto' alias cdiff='\diff -s --color=always' alias ipy='ipython3 --autoindent --automagic --pprint --no-banner --no-confirm-exit --term-title --autocall=1 --colors=Neutral' alias rot13='caesar 13' +alias pdsh='\pdsh -SR ssh -f 64' alias wget='\wget --hsts-file="${XDG_CACHE_HOME:-$HOME/.cache}/wget-hsts"' # Set RESTIC_REPOSITORY here, since we have to run pass(1) to generate it. # RESTIC_PASSWORD_COMMAND is set separately, since it's a static string that restic will execute. -- cgit v1.2.3