Configure bat, the nicer cat

This commit is contained in:
Alexander Hess 2022-08-10 13:55:23 +02:00
parent 337bebbb0c
commit 8aad11aed1
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 8 additions and 0 deletions

6
.config/bat/config Normal file
View file

@ -0,0 +1,6 @@
--theme="TwoDark"
--style="numbers,changes,header"
--map-syntax ".flake8:ini"
--map-syntax "poetry.lock:toml"

View file

@ -9,6 +9,8 @@ export VISUAL=$EDITOR
export REPOS="$HOME/repos" export REPOS="$HOME/repos"
export BAT_CONFIG_PATH="$HOME/.config/bat/config"
export LESSHISTFILE="$HOME/.lesshst" export LESSHISTFILE="$HOME/.lesshst"
export PYENV_ROOT="$HOME/.pyenv" export PYENV_ROOT="$HOME/.pyenv"