Add configuration for bat
This commit is contained in:
parent
8fd2225141
commit
7a5d1d5e46
3 changed files with 36 additions and 1 deletions
17
.config/bat/config
Normal file
17
.config/bat/config
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
--theme="ansi"
|
||||
|
||||
# See $PAGER in ~/.config/shell/env
|
||||
--pager="less --chop-long-lines --ignore-case --LONG-PROMPT --no-init --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