Configure bat, the nicer cat
This commit is contained in:
parent
337bebbb0c
commit
8aad11aed1
2 changed files with 8 additions and 0 deletions
6
.config/bat/config
Normal file
6
.config/bat/config
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
--theme="TwoDark"
|
||||||
|
|
||||||
|
--style="numbers,changes,header"
|
||||||
|
|
||||||
|
--map-syntax ".flake8:ini"
|
||||||
|
--map-syntax "poetry.lock:toml"
|
2
.profile
2
.profile
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue