diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-07-15 13:15:47 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-07-15 13:15:47 -0400 |
commit | 114d8f292d177b71ea08c55b70d7856e1bc50baa (patch) | |
tree | 14e632a79458f24945b5b312660e5171779466b5 /.profile | |
parent | 2ac634353abc4175236181732f8d23bdad8fc0eb (diff) |
ttf/otf font preview within lf
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ":" -)" |