let $FZF_DEFAULT_COMMAND =  "find * -path
			\ '*/\.*' -prune -o -path 'node_modules/**'
			\ -prune -o -path 'target/**' -prune -o -path
			\'dist/**' -prune -o  -type f -print -o -type
			\ l -print 2> /dev/null"