mirror of https://github.com/cheat/cheat.git
Updating dependencies to highlighting
This commit is contained in:
parent
2b58300d84
commit
95843e4674
|
@ -109,8 +109,8 @@ export CHEATPATH="$CHEATPATH:/path/to/more/cheats"
|
||||||
You may view which directories are on your `CHEATPATH` with `cheat -d`.
|
You may view which directories are on your `CHEATPATH` with `cheat -d`.
|
||||||
|
|
||||||
### Enabling Syntax Highlighting ###
|
### Enabling Syntax Highlighting ###
|
||||||
`cheat` can optionally apply syntax highlighting to your cheatsheets. To enable
|
`cheat` can optionally apply syntax highlighting to your cheatsheets. To can use this feature is
|
||||||
syntax highlighting, export a `CHEATCOLORS` environment variable:
|
neccessary to install the package [Pygments](http://pygments.org/). To enable syntax highlighting, export a `CHEATCOLORS` environment variable:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
export CHEATCOLORS=true
|
export CHEATCOLORS=true
|
||||||
|
|
Loading…
Reference in New Issue