Watch
1
0
Fork
You've already forked dotfiles
0

Add configuration for bat

This commit is contained in:
Alexander Hess 2026-08-03 02:57:48 +02:00
commit 1272f73dcd
Signed by: alexander
GPG key ID: B46EDB4DFC26805D
4 changed files with 35 additions and 1 deletions

16
.config/bat/config Normal file
View 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"