Add configuration for bat
This commit is contained in:
parent
a26c6e0263
commit
1272f73dcd
4 changed files with 35 additions and 1 deletions
16
.config/bat/config
Normal file
16
.config/bat/config
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
--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"
|
||||
Loading…
Reference in a new issue