mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-11-14 22:21:13 +00:00
1ff9421f7b
Zsh and Prezto files don't always reside in `~/`. Instead, they have a more spec compliant location (`${ZDOTDIR:-$HOME}/`). Make them unambiguous in the documentation. Likewise, for `$GNUPGHOME`. Further, add instruction for optionally setting up Prezto in `$XDG_CONFIG_HOME`. While at this, also add clarification on relative ordering of some of the modules, apply more formatting tweaks and doc improvements.
27 lines
874 B
Markdown
27 lines
874 B
Markdown
# Rsync
|
|
|
|
Defines [rsync][1] aliases.
|
|
|
|
macOS users are encouraged to use _rsync_ from [Homebrew][2] or [MacPorts][3],
|
|
which has additional enhancements including patches from [Bombich][4].
|
|
|
|
## Aliases
|
|
|
|
- `rsync-copy` copies files and directories from _source_ to _destination_.
|
|
- `rsync-move` moves files and directories from _source_ to _destination_.
|
|
- `rsync-update` updates files and directories on _destination_.
|
|
- `rsync-synchronize` synchronizes files and directories between _source_ and
|
|
_destination_.
|
|
|
|
## Authors
|
|
|
|
_The authors of this module should be contacted via the [issue tracker][5]._
|
|
|
|
- [Sorin Ionescu](https://github.com/sorin-ionescu)
|
|
|
|
[1]: https://rsync.samba.org
|
|
[2]: https://github.com/Homebrew/homebrew-core
|
|
[3]: https://ports.macports.org/port/rsync
|
|
[4]: https://bombich.com/kb/ccc5/credits#rsync
|
|
[5]: https://github.com/sorin-ionescu/prezto/issues
|