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