diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2022-04-17 19:25:22 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2022-04-17 19:25:22 +0100 |
| commit | 2564ca1fc8b6448b669133f86e5776f51725ecbc (patch) | |
| tree | a07f4ad9dc2b46f2f1df5eca718fc60ac9c2dd00 /dotfiles-darwin | |
| parent | d77d66d2361f4fb4853f7a515c31bf178ae4b743 (diff) | |
darwin/zsh: Exclude .DS_Store files with rsync
Diffstat (limited to 'dotfiles-darwin')
| -rw-r--r-- | dotfiles-darwin/zsh/rc | 1 |
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 |
