diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-12 00:15:47 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-12 00:15:47 +0200 |
commit | ca3d186184e29225524aa280ecfbe2c2936b9e75 (patch) | |
tree | be11cfff61112c2c0f3ffa33ea63f4719b2423cf /.config/env | |
parent | Fix maybe (diff) | |
download | dotfiles-bsd-ca3d186184e29225524aa280ecfbe2c2936b9e75.tar.gz dotfiles-bsd-ca3d186184e29225524aa280ecfbe2c2936b9e75.tar.bz2 dotfiles-bsd-ca3d186184e29225524aa280ecfbe2c2936b9e75.tar.xz dotfiles-bsd-ca3d186184e29225524aa280ecfbe2c2936b9e75.tar.zst dotfiles-bsd-ca3d186184e29225524aa280ecfbe2c2936b9e75.zip |
update
Diffstat (limited to '.config/env')
-rw-r--r-- | .config/env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/env b/.config/env index 9806499..02ff17b 100644 --- a/.config/env +++ b/.config/env @@ -72,7 +72,7 @@ export CCACHE_DIR='/var/cache/ccache-jozan' export CCACHE_LOGFILE='/var/log/ccache.log' # Apps config -export FZF_DEFAULT_COMMAND='ag -g "" --ignore dotfiles-bsd' +export FZF_DEFAULT_COMMAND='ag -g "" --ignore dotfiles-bsd --ignore .ccls-cache --ignore GIMP --ignore iridium --ignore google-chrome --ignore chromium --ignore elpa --ignore Gpredict' export FZF_DEFAULT_OPTS='--height 60% --layout=reverse --border=left --tabstop=4' export LESS="-R -c" export LESSHISTFILE='-' |