Files
dotfiles/config/bat/config
2024-08-09 12:27:45 +02:00

9 lines
231 B
Plaintext

--italic-text='always'
--map-syntax='.*ignore:Git Ignore'
--map-syntax='.gitconfig.local:Git Config'
--map-syntax='flake.lock:JSON'
--pager='less -FR'
--style='numbers,changes,header,grid'
--theme='catppuccin-mocha'
--wrap='never'