summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
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 ":" -)"