Watch
1
0
Fork
You've already forked dotfiles
0
dotfiles/.config/bat/config

16 lines
459 B
Text

--theme="ansi"
# See $PAGER in ~/.config/shell/env
--pager="less --chop-long-lines --ignore-case --LONG-PROMPT --status-column --quit-if-one-screen --RAW-CONTROL-CHARS"
--style="numbers,changes,header"
# Unrecognized mappings
--map-syntax ".bash_history:Bourne Again Shell (bash)"
--map-syntax "**/bash/history:Bourne Again Shell (bash)"
--map-syntax "**/zsh/history:Bourne Again Shell (bash)"
--map-syntax ".flake8:INI"
--map-syntax "poetry.lock:TOML"