|
|
@ -7,11 +7,15 @@ frontends.
|
|
|
|
Settings
|
|
|
|
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*:
|
|
|
|
*zpreztorc*:
|
|
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
```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
|
|
|
|
If you have enabled color globally in *zpreztorc*, you may disable it for certain
|
|
|
@ -48,6 +52,9 @@ Aliases
|
|
|
|
|
|
|
|
|
|
|
|
#### Yaourt
|
|
|
|
#### Yaourt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Note that there are currently potential security concerns relating to yaourt, so
|
|
|
|
|
|
|
|
other frontends are recommended.
|
|
|
|
|
|
|
|
|
|
|
|
- `pacc` manages *.pac\** files.
|
|
|
|
- `pacc` manages *.pac\** files.
|
|
|
|
|
|
|
|
|
|
|
|
Functions
|
|
|
|
Functions
|
|
|
@ -59,11 +66,12 @@ Functions
|
|
|
|
Authors
|
|
|
|
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)
|
|
|
|
- [Benjamin Boudreau](https://github.com/dreur)
|
|
|
|
- [Sorin Ionescu](https://github.com/sorin-ionescu)
|
|
|
|
- [Sorin Ionescu](https://github.com/sorin-ionescu)
|
|
|
|
|
|
|
|
|
|
|
|
[1]: http://www.archlinux.org/pacman/
|
|
|
|
[1]: http://www.archlinux.org/pacman/
|
|
|
|
[2]: http://archlinux.fr/yaourt-en
|
|
|
|
[2]: https://github.com/rmarquis/pacaur
|
|
|
|
[3]: https://github.com/sorin-ionescu/prezto/issues
|
|
|
|
[3]: http://archlinux.fr/yaourt-en
|
|
|
|
|
|
|
|
[4]: https://github.com/sorin-ionescu/prezto/issues
|
|
|
|