aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/zsh/shortcuts
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.config/zsh/shortcuts')
-rw-r--r--dotfiles/.config/zsh/shortcuts8
1 files changed, 4 insertions, 4 deletions
diff --git a/dotfiles/.config/zsh/shortcuts b/dotfiles/.config/zsh/shortcuts
index 44c3ab7..38a3af3 100644
--- a/dotfiles/.config/zsh/shortcuts
+++ b/dotfiles/.config/zsh/shortcuts
@@ -31,10 +31,10 @@ alias past="wl-paste -n"
alias ppast="wl-paste -pn"
# rsync shortcuts
-alias rs="rsync -avh"
-alias rsn="rsync -avhn"
-alias rsd="rsync -avh --delete"
-alias rsdn="rsync -avhn --delete"
+alias rs="rsync -avhH"
+alias rsn="rsync -avhHn"
+alias rsd="rsync -avhH --delete"
+alias rsdn="rsync -avhHn --delete"
# Fuzzy finder
alias fzo='op "$(find . -type d -path "*/\.*" -prune -o -not -name ".*" -type f | fzf)"'