summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2023-06-05 16:07:55 +0200
committerTimo Wilken2023-06-05 16:07:55 +0200
commitccc482f6a0770e643afcd676ee17f2fb6dc742c7 (patch)
tree06a400c595a186b7cf64edf187474ba88d876146
parent1ee0386c0ce1f8cde37a1f241f23470e8196825f (diff)
Install pdsh for parallel SSH
-rw-r--r--tw/home.scm3
-rw-r--r--tw/home/files/zshrc1
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.