summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2022-04-17 19:25:22 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2022-04-17 19:25:22 +0100
commit2564ca1fc8b6448b669133f86e5776f51725ecbc (patch)
treea07f4ad9dc2b46f2f1df5eca718fc60ac9c2dd00
parentd77d66d2361f4fb4853f7a515c31bf178ae4b743 (diff)
darwin/zsh: Exclude .DS_Store files with rsync
-rw-r--r--dotfiles-darwin/zsh/rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles-darwin/zsh/rc b/dotfiles-darwin/zsh/rc
index 2875e9f..145b177 100644
--- a/dotfiles-darwin/zsh/rc
+++ b/dotfiles-darwin/zsh/rc
@@ -7,6 +7,7 @@ alias ls='ls -G'
alias lsh='du -a | sort -h'
alias pip=pip3
alias python=python3
+alias rsync='rsync --exclude=.DS_Store'
() {
local emacs=~/Applications/Emacs.app/Contents/MacOS/Emacs