mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
always use spacechalk theme by default
This commit is contained in:
parent
44e677de67
commit
72a347df76
1 changed files with 2 additions and 2 deletions
|
@ -4,14 +4,14 @@
|
||||||
|
|
||||||
# Specify desired highlighting theme (e.g. "TwoDark"). Run `bat --list-themes`
|
# Specify desired highlighting theme (e.g. "TwoDark"). Run `bat --list-themes`
|
||||||
# for a list of all available themes
|
# for a list of all available themes
|
||||||
--theme="DarkNeon"
|
--theme="spacechalk"
|
||||||
|
|
||||||
# Enable this to use italic text on the terminal. This is not supported on all
|
# Enable this to use italic text on the terminal. This is not supported on all
|
||||||
# terminal emulators (like tmux, by default):
|
# terminal emulators (like tmux, by default):
|
||||||
--italic-text=always
|
--italic-text=always
|
||||||
|
|
||||||
# Uncomment the following line to disable automatic paging:
|
# Uncomment the following line to disable automatic paging:
|
||||||
#--paging=never
|
--paging=never
|
||||||
|
|
||||||
# Uncomment the following line if you are using less version >= 551 and want to
|
# Uncomment the following line if you are using less version >= 551 and want to
|
||||||
# enable mouse scrolling support in `bat` when running inside tmux. This might
|
# enable mouse scrolling support in `bat` when running inside tmux. This might
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue