mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-02 02:49:25 +00:00
[general] Switch code block formatting to use fence formatting
Changes: * Indented code block doesn't support syntax highlighting, use fenced formatting (```) instead for better syntax highlighting * Wrap commands/functions in backticks * Typo fixes
This commit is contained in:
committed by
Indrajit Raychaudhuri
parent
bcbaea27af
commit
ac628c9059
@ -10,14 +10,18 @@ Settings
|
||||
To enable a Pacman frontend, for example, [Yaourt][2], add the following line to
|
||||
*zpreztorc*:
|
||||
|
||||
zstyle ':prezto:module:pacman' frontend 'yaourt'
|
||||
```sh
|
||||
zstyle ':prezto:module:pacman' frontend 'yaourt'
|
||||
```
|
||||
|
||||
If you have enabled color globally in *zpreztorc*, you may disable it for certain
|
||||
commands.
|
||||
|
||||
To disable `yaourt` highlighting, add the following line to *zpreztorc*:
|
||||
|
||||
zstyle ':prezto:module:pacman:yaourt' color 'no'
|
||||
```sh
|
||||
zstyle ':prezto:module:pacman:yaourt' color 'no'
|
||||
```
|
||||
|
||||
Aliases
|
||||
-------
|
||||
|
Reference in New Issue
Block a user