summaryrefslogtreecommitdiffstats
path: root/src/constants_unix.go
blob: 05f66d0aea4b279ae8693f95cb355d3d9f1804bc (plain)
1
2
3
4
5
6
7
8
// +build !windows

package fzf

const (
	// Reader
	defaultCommand = `find -L . -path '*/\.*' -prune -o -type f -print -o -type l -print 2> /dev/null | sed s/^..//`
)