summaryrefslogtreecommitdiff
path: root/tw/home/files/zshrc
diff options
context:
space:
mode:
authorTimo Wilken2023-06-05 16:07:55 +0200
committerTimo Wilken2023-06-05 16:07:55 +0200
commitccc482f6a0770e643afcd676ee17f2fb6dc742c7 (patch)
tree06a400c595a186b7cf64edf187474ba88d876146 /tw/home/files/zshrc
parent1ee0386c0ce1f8cde37a1f241f23470e8196825f (diff)
Install pdsh for parallel SSH
Diffstat (limited to 'tw/home/files/zshrc')
-rw-r--r--tw/home/files/zshrc1
1 files changed, 1 insertions, 0 deletions
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.