You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Setting fd as the default source for fzfexport FZF_DEFAULT_COMMAND='fdfind --type f --hidden --follow --exclude .git'# To apply the command to CTRL-T as wellexport FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"