summaryrefslogtreecommitdiffstats
path: root/.config/env
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-05-17 17:05:33 +0200
committerJoe <bousset.rudy@gmail.com>2022-05-17 17:05:33 +0200
commitd5be67f0d383b3aeaf045adbc272582a69f5f1ec (patch)
tree97080874154aafb3eb84ea4051589b48e03c6394 /.config/env
parentCan read cals now (diff)
downloaddotfiles-bsd-d5be67f0d383b3aeaf045adbc272582a69f5f1ec.tar.gz
dotfiles-bsd-d5be67f0d383b3aeaf045adbc272582a69f5f1ec.tar.bz2
dotfiles-bsd-d5be67f0d383b3aeaf045adbc272582a69f5f1ec.tar.xz
dotfiles-bsd-d5be67f0d383b3aeaf045adbc272582a69f5f1ec.tar.zst
dotfiles-bsd-d5be67f0d383b3aeaf045adbc272582a69f5f1ec.zip
ripgrep soon
Diffstat (limited to '.config/env')
-rw-r--r--.config/env3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/env b/.config/env
index 02ff17b..3068791 100644
--- a/.config/env
+++ b/.config/env
@@ -72,7 +72,8 @@ 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 --ignore .ccls-cache --ignore GIMP --ignore iridium --ignore google-chrome --ignore chromium --ignore elpa --ignore Gpredict'
+export FZF_DEFAULT_COMMAND='ag -g "" -a --hidden --nocolor --ignore dotfiles-bsd --ignore .ccls-cache --ignore GIMP --ignore iridium --ignore google-chrome --ignore chromium --ignore elpa --ignore Gpredict --ignore .cache'
+# export FZF_DEFAULT_COMMAND='rg --color never --files --hidden'
export FZF_DEFAULT_OPTS='--height 60% --layout=reverse --border=left --tabstop=4'
export LESS="-R -c"
export LESSHISTFILE='-'