From 875e15c221d28e4dc5e5b80810dfff9aa7054e48 Mon Sep 17 00:00:00 2001 From: kokopi-dev Date: Wed, 3 Dec 2025 00:57:35 +0900 Subject: [PATCH] add:fzf setting --- bashrc/.bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bashrc/.bashrc b/bashrc/.bashrc index d212ffd..678e5c0 100644 --- a/bashrc/.bashrc +++ b/bashrc/.bashrc @@ -27,3 +27,5 @@ function gcom() { GITMESSAGE="$*" git commit -m "$GITMESSAGE" } + +export FZF_CTRL_T_COMMAND="fd --type f --type d --hidden --follow --exclude .git --exclude venv --exclude node_modules --exclude .cache --exclude cache --exclude __pycache__ --exclude pkg --exclude .vim --search-path ."