aboutsummaryrefslogtreecommitdiff
path: root/dot.zshrc.local
diff options
context:
space:
mode:
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