diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-12-17 03:14:06 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-12-17 03:14:06 +0100 |
commit | a0366cadf47e40e4ae401f0eba11eb629a4e933b (patch) | |
tree | c75afce2108b5995b044c6eb057479ba45812eed | |
parent | cool (diff) | |
download | dotfiles-bsd-a0366cadf47e40e4ae401f0eba11eb629a4e933b.tar.gz dotfiles-bsd-a0366cadf47e40e4ae401f0eba11eb629a4e933b.tar.bz2 dotfiles-bsd-a0366cadf47e40e4ae401f0eba11eb629a4e933b.tar.xz dotfiles-bsd-a0366cadf47e40e4ae401f0eba11eb629a4e933b.tar.zst dotfiles-bsd-a0366cadf47e40e4ae401f0eba11eb629a4e933b.zip |
rsync alias udpate
-rw-r--r-- | .config/zsh/alias.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index 9654fb1..5d9d358 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -39,7 +39,7 @@ alias chown='chown -v' alias mount='mount -v' alias grep='grep --color' alias rgrep='grep -R -n -H' -alias rsync='rsync -v -h' +alias rsync='rsync -v -h -P' alias fsl='fossil' alias diff='colordiff' alias ctags='uctags "--exclude=.ccls*"' |