mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-11-16 02:41:13 +00:00
rsync: Update link to Bombich rsync page again
This commit is contained in:
parent
d45d87b08f
commit
6a2cc2e146
@ -22,7 +22,7 @@ if grep -q 'xattrs' <(rsync --help 2>&1); then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# macOS and HFS+ Enhancements
|
# macOS and HFS+ Enhancements
|
||||||
# http://help.bombich.com/kb/overview/credits#opensource
|
# https://bombich.com/kb/ccc5/credits
|
||||||
if [[ "$OSTYPE" == darwin* ]] && grep -q 'file-flags' <(rsync --help 2>&1); then
|
if [[ "$OSTYPE" == darwin* ]] && grep -q 'file-flags' <(rsync --help 2>&1); then
|
||||||
_rsync_cmd="${_rsync_cmd} --crtimes --fileflags --protect-decmpfs --force-change"
|
_rsync_cmd="${_rsync_cmd} --crtimes --fileflags --protect-decmpfs --force-change"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user