mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-11-01 00:21:13 +00:00
[Fix #436] Remove Bombich rsync references
This commit is contained in:
parent
0c9c099ac3
commit
20655c8b66
@ -3,9 +3,6 @@ Rsync
|
||||
|
||||
Defines [rsync][1] aliases.
|
||||
|
||||
Mac OS X users are encouraged to use [Bombich's rsync][2], which has HFS+
|
||||
enhancements.
|
||||
|
||||
Aliases
|
||||
-------
|
||||
|
||||
@ -18,11 +15,10 @@ Aliases
|
||||
Authors
|
||||
-------
|
||||
|
||||
*The authors of this module should be contacted via the [issue tracker][3].*
|
||||
*The authors of this module should be contacted via the [issue tracker][2].*
|
||||
|
||||
- [Sorin Ionescu](https://github.com/sorin-ionescu)
|
||||
|
||||
[1]: http://rsync.samba.org
|
||||
[2]: http://www.bombich.com/rsync.html
|
||||
[3]: https://github.com/sorin-ionescu/prezto/issues
|
||||
[2]: https://github.com/sorin-ionescu/prezto/issues
|
||||
|
||||
|
@ -17,7 +17,6 @@ fi
|
||||
_rsync_cmd='rsync --verbose --progress --human-readable --compress --archive --hard-links --one-file-system'
|
||||
|
||||
# Mac OS X and HFS+ Enhancements
|
||||
# http://www.bombich.com/rsync.html
|
||||
if [[ "$OSTYPE" == darwin* ]] && grep -q 'file-flags' <(rsync --help 2>&1); then
|
||||
_rsync_cmd="${_rsync_cmd} --crtimes --acls --xattrs --fileflags --protect-decmpfs --force-change"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user