From 020edcd1c8f18ad78d1bdb23fbc7ff01ddec73d3 Mon Sep 17 00:00:00 2001 From: Kaleb Elwert Date: Fri, 1 Dec 2017 14:51:05 -0800 Subject: [PATCH] pacman: Update README to recommend pacaur over yaourt --- modules/pacman/README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/modules/pacman/README.md b/modules/pacman/README.md index 68ed920..855c8ef 100644 --- a/modules/pacman/README.md +++ b/modules/pacman/README.md @@ -7,11 +7,15 @@ frontends. Settings -------- -To enable a Pacman frontend, for example, [Yaourt][2], add the following line to +It is possible to use a Pacman frontend with the pacman aliases provided by this +package as long as that frontend supports the same command line options (Such as +[Pacaur][2] or [Yaourt][3]). + +To enable a Pacman frontend, for example, [Pacaur][2], add the following line to *zpreztorc*: ```sh -zstyle ':prezto:module:pacman' frontend 'yaourt' +zstyle ':prezto:module:pacman' frontend 'pacaur' ``` If you have enabled color globally in *zpreztorc*, you may disable it for certain @@ -48,6 +52,9 @@ Aliases #### Yaourt +Note that there are currently potential security concerns relating to yaourt, so +other frontends are recommended. + - `pacc` manages *.pac\** files. Functions @@ -59,11 +66,12 @@ Functions 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][4].* - [Benjamin Boudreau](https://github.com/dreur) - [Sorin Ionescu](https://github.com/sorin-ionescu) [1]: http://www.archlinux.org/pacman/ -[2]: http://archlinux.fr/yaourt-en -[3]: https://github.com/sorin-ionescu/prezto/issues +[2]: https://github.com/rmarquis/pacaur +[3]: http://archlinux.fr/yaourt-en +[4]: https://github.com/sorin-ionescu/prezto/issues