aboutsummaryrefslogtreecommitdiff
path: root/.env
diff options
context:
space:
mode:
Diffstat (limited to '.env')
-rw-r--r--.env5
1 files changed, 5 insertions, 0 deletions
diff --git a/.env b/.env
index 8e39ca9..a404b39 100644
--- a/.env
+++ b/.env
@@ -5,3 +5,8 @@ if [[ $TERM =~ 'st' ]]; then
TERMINAL=st
fi
export TERMINAL=$TERMINAL
+
+export FZF_DEFAULT_COMMAND='find . -type f'
+if [ -f /usr/bin/fd ];then
+ export FZF_DEFAULT_COMMAND='fd --type f --hidden --follow --exclude .git'
+fi