1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00
This commit is contained in:
Aura
2018-08-25 16:51:42 +08:00
parent 6c447dc1ef
commit d25de7ae73
+2 -2
View File
@@ -291,13 +291,13 @@ For example, to switch syntax highlighting off create the file with the followin
content:
```
QUERY_OPTIONS="T"
CHTSH_QUERY_OPTIONS="T"
```
Or if you want to use a special syntax highlighting theme:
```
QUERY_OPTIONS="style=native"
CHTSH_QUERY_OPTIONS="style=native"
```
(`curl cht.sh/:styles-demo` to see all supported styles).