summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-07-15 13:15:47 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2024-07-15 13:15:47 -0400
commit114d8f292d177b71ea08c55b70d7856e1bc50baa (patch)
tree14e632a79458f24945b5b312660e5171779466b5 /.profile
parent2ac634353abc4175236181732f8d23bdad8fc0eb (diff)
ttf/otf font preview within lf
Diffstat (limited to '.profile')
-rw-r--r--.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.profile b/.profile
index bd1c575..41b425f 100644
--- a/.profile
+++ b/.profile
@@ -40,6 +40,7 @@ export WINEPREFIX="$XDG_DATA_HOME/wineprefixes/default"
export HISTFILE="$XDG_CACHE_HOME/zsh_history"
export HISTSIZE=1000
export SAVEHIST=10000
+export BAT_THEME="ansi"
# Path
export PATH="$PATH:$(find "$HOME/.local/bin" -type d | paste -sd ":" -)"