Add configuration for bat
This commit is contained in:
parent
52914804a5
commit
739ef9148f
2 changed files with 8 additions and 0 deletions
7
.config/bat/config
Normal file
7
.config/bat/config
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
--theme="TwoDark"
|
||||
|
||||
--style="numbers,changes,header"
|
||||
|
||||
--map-syntax ".bash_history:Bourne Again Shell (bash)"
|
||||
--map-syntax ".flake8:INI"
|
||||
--map-syntax "poetry.lock:TOML"
|
||||
|
|
@ -27,5 +27,6 @@ export VISUAL=$EDITOR
|
|||
|
||||
|
||||
# Move common tools' config and cache files into XDG directories
|
||||
export BAT_CONFIG_PATH="$XDG_CONFIG_HOME/bat/config"
|
||||
export LESSHISTFILE="$XDG_STATE_HOME/less/history"
|
||||
export VIMINIT="source $XDG_CONFIG_HOME/vim/vimrc"
|
||||
|
|
|
|||
Loading…
Reference in a new issue