mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-03 04:08:50 +01:00
Update README
This commit is contained in:
parent
0cc5d1dab6
commit
94ccc646e8
@ -129,9 +129,10 @@ some dependencies to be built.
|
|||||||
### Highlighting theme
|
### Highlighting theme
|
||||||
|
|
||||||
Use `bat --list-themes` to get a list of all available themes for syntax
|
Use `bat --list-themes` to get a list of all available themes for syntax
|
||||||
highlighting. To select the `TwoDark` theme, for example, call `bat` with
|
highlighting. To select the `TwoDark` theme, call `bat` with the
|
||||||
the `--theme=TwoDark` option. Use `alias bat="bat --theme=TwoDark"` in your
|
`--theme=TwoDark` option or set the `BAT_THEME` environment variable to
|
||||||
shells startup file to make the change permanent.
|
`TwoDark`. Use `export BAT_THEME="TwoDark"` in your shells startup file to
|
||||||
|
make the change permanent.
|
||||||
|
|
||||||
### Output style
|
### Output style
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user