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

package fzf

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