Skip to content

Commit

Permalink
[Fix sorin-ionescu#436] Remove Bombich rsync references
Browse files Browse the repository at this point in the history
  • Loading branch information
sorin-ionescu authored and fanf committed May 15, 2014
1 parent ac5c2a6 commit 1b58e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 2 additions & 6 deletions modules/rsync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------

Expand All @@ -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

1 change: 0 additions & 1 deletion modules/rsync/init.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b58e47

Please sign in to comment.