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.scm | 3 +-- tw/home/files/zshrc | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tw/home.scm b/tw/home.scm index 3bfd2de2..066768d6 100644 --- a/tw/home.scm +++ b/tw/home.scm @@ -268,7 +268,6 @@ auto-expand-secmem ("ASPELL_CONF" . "per-conf $XDG_CONFIG_HOME/aspell/aspell.conf; home-dir $XDG_DATA_HOME/aspell") ("BUP_DIR" . "$XDG_DATA_HOME/bup") ("CARGO_HOME" . "$XDG_DATA_HOME/cargo") - ("DSHGROUP_PATH" . "$XDG_DATA_HOME/dsh/group:/etc/dsh/group") ("ELECTRUMDIR" . "$XDG_DATA_HOME/electrum") ("FG_HOME" . "$XDG_DATA_HOME/fgfs") ("GETIPLAYERUSERPREFS" . "$XDG_DATA_HOME/get_iplayer") @@ -330,7 +329,7 @@ auto-expand-secmem (define-public %interactive-packages (list ;; CLI tools - bsd-games restic texlive powertop (list git "send-email") + bsd-games restic texlive powertop (list git "send-email") pdsh ;; Work s3cmd python-alibuild python-alidistlint actionlint 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