Add config for batcat, the nicer cat

This commit is contained in:
Alexander Hess 2022-07-12 02:18:10 +02:00
commit b66256f83a
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
3 changed files with 9 additions and 1 deletions

View file

@ -30,6 +30,8 @@ export REPOS="$HOME/repos"
# Configurations for various utilities
export BAT_CONFIG_PATH="$HOME/.config/bat/config"
export LESSHISTFILE="${XDG_CACHE_HOME:-$HOME/.cache}/.lesshst"