diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-21 17:29:08 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-21 17:29:08 +0200 |
commit | 640c791c97f7ade626d20a64a2f6ebb2e8c86f55 (patch) | |
tree | bcd0c7552417b7168825f91e5ad916bb5aa397b1 /.config/env | |
parent | update (diff) | |
download | dotfiles-bsd-640c791c97f7ade626d20a64a2f6ebb2e8c86f55.tar.gz dotfiles-bsd-640c791c97f7ade626d20a64a2f6ebb2e8c86f55.tar.bz2 dotfiles-bsd-640c791c97f7ade626d20a64a2f6ebb2e8c86f55.tar.xz dotfiles-bsd-640c791c97f7ade626d20a64a2f6ebb2e8c86f55.tar.zst dotfiles-bsd-640c791c97f7ade626d20a64a2f6ebb2e8c86f55.zip |
update
Diffstat (limited to '.config/env')
-rw-r--r-- | .config/env | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/env b/.config/env index f7a43cb..825fe4d 100644 --- a/.config/env +++ b/.config/env @@ -80,6 +80,7 @@ export CCACHE_LOGFILE='/var/log/ccache.log' # Apps config export BAT_THEME='gruvbox-dark' +export BAT_PAGER='most' export FZF_DEFAULT_COMMAND='fd -i -H -c never -j9 -E .git -E dotfiles-bsd -E .ccls-cache -E GIMP -E iridium -E google-chrome -E chromium -E elpa -E Gpredict -E .cache' # export FZF_DEFAULT_COMMAND='rg --color never --files --hidden' export FZF_DEFAULT_OPTS='--height 60% --layout=reverse --border=left --tabstop=4' |