add:fzf setting

This commit is contained in:
kokopi-dev
2025-12-03 00:57:35 +09:00
parent 763cd35519
commit 875e15c221

View File

@@ -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 ."