mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-01 19:49:25 +00:00
[Fix #253] Move Prezto settings into their own file
This commit is contained in:
@ -8,14 +8,14 @@ Settings
|
||||
--------
|
||||
|
||||
To enable a Pacman frontend, for example, [Yaourt][2], add the following line to
|
||||
*zshrc*:
|
||||
*zpreztorc*:
|
||||
|
||||
zstyle ':prezto:module:pacman' frontend 'yaourt'
|
||||
|
||||
If you have enabled color globally in *zshrc*, you may disable it for certain
|
||||
If you have enabled color globally in *zpreztorc*, you may disable it for certain
|
||||
commands.
|
||||
|
||||
To disable `yaourt` highlighting, add the following line to *zshrc*:
|
||||
To disable `yaourt` highlighting, add the following line to *zpreztorc*:
|
||||
|
||||
zstyle ':prezto:module:pacman:yaourt' color 'no'
|
||||
|
||||
|
Reference in New Issue
Block a user