aboutsummaryrefslogtreecommitdiff
path: root/dot.zshrc.local
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2020-02-27 12:17:41 +0100
committerThomas Schneider <qsx@chaotikum.eu>2020-02-27 12:17:41 +0100
commit54697444ad9f341f8e4b4e440c56a5f8af505e65 (patch)
tree278cc67ea0466ee60236bb75e8f8a1bb44a2f800 /dot.zshrc.local
parent462f6f28c548b0d738e44c6c577f90927724cf2a (diff)
zsh: Add rsync alias
Diffstat (limited to 'dot.zshrc.local')
-rw-r--r--dot.zshrc.local3
1 files changed, 3 insertions, 0 deletions
diff --git a/dot.zshrc.local b/dot.zshrc.local
index ee8d456..13d722f 100644
--- a/dot.zshrc.local
+++ b/dot.zshrc.local
@@ -13,6 +13,9 @@ if (( $+commands[exa] )); then
alias l="exa -l --git"
alias la="exa -la --git"
fi
+if (( $+commands[rsync] )); then
+ alias rs="rsync -vahPi"
+fi
zstyle :prompt:grml:left:items:percent pre $'\n'
gpg-connect-agent /bye
ssh-add -l