Faster find and grep

This commit is contained in:
2022-01-04 00:12:39 +00:00
parent df21801926
commit 8f25c9f1c9
2 changed files with 3 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc"
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
# Application options
export FZF_DEFAULT_COMMAND='fd --type f --hidden --follow --exclude .git'
export MOZ_ENABLE_WAYLAND=1
export QT_QPA_PLATFORM="wayland"
export QT_QPA_PLATFORMTHEME="gtk2"