summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-05-20 10:22:58 +0200
committerJoe <bousset.rudy@gmail.com>2022-05-20 10:22:58 +0200
commited58ce9d62fe6a310ec66923091caf759c1a2d64 (patch)
tree30f854546a9e09511feb8a5e4d793c25aff9d860
parentFuck yes what did I do with my life yet (diff)
downloaddotfiles-bsd-ed58ce9d62fe6a310ec66923091caf759c1a2d64.tar.gz
dotfiles-bsd-ed58ce9d62fe6a310ec66923091caf759c1a2d64.tar.bz2
dotfiles-bsd-ed58ce9d62fe6a310ec66923091caf759c1a2d64.tar.xz
dotfiles-bsd-ed58ce9d62fe6a310ec66923091caf759c1a2d64.tar.zst
dotfiles-bsd-ed58ce9d62fe6a310ec66923091caf759c1a2d64.zip
fzf fix
-rw-r--r--.config/env6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/env b/.config/env
index 3068791..6ecba92 100644
--- a/.config/env
+++ b/.config/env
@@ -40,8 +40,8 @@ export LC_ALL=''
# Cleanup
export ANDROID_SDK_HOME="$XDG_CONFIG_HOME"/android
-export ANDROID_AVD_HOME="$XDG_DATA_HOME"/android/
-export ANDROID_EMULATOR_HOME="$XDG_DATA_HOME"/android/
+export ANDROID_AVD_HOME="$XDG_DATA_HOME"/android
+export ANDROID_EMULATOR_HOME="$XDG_DATA_HOME"/android
export ADB_VENDOR_KEY="$XDG_CONFIG_HOME"/android
export CARGO_HOME="$XDG_DATA_HOME"/cargo
export CCACHE_CONFIGPATH="$XDG_CONFIG_HOME"/ccache.conf
@@ -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 "" -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="ag -g '' -i --hidden --nocolor --ignore .git --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"