aboutsummaryrefslogtreecommitdiff
path: root/tw/home
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home')
-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.