From 843b8510acd58fa9c1d1df6d8837d0406392e1b2 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sat, 22 Jan 2022 21:11:52 +0800 Subject: Add fzf config The fzf config is splited into .env and .functions before. It will be hard to remove the config of fzf when I want to replace fzf with other finder (e.g. skim). I place all config related to .fzfrc now. Besides, I add the config to load fzf completion and key bindings. --- .env | 5 ----- 1 file changed, 5 deletions(-) (limited to '.env') diff --git a/.env b/.env index 9f49bea..4c82ab3 100644 --- a/.env +++ b/.env @@ -10,11 +10,6 @@ export TERMINAL=$TERMINAL [ -f /usr/share/z/z.sh -o -f /usr/local/etc/profile.d/z.sh ] && export _Z_CMD='j' -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 - if type fcitx5 > /dev/null; then export GTK_IM_MODULE=fcitx export QT_IM_MODULE=fcitx -- cgit v1.2.3