diff options
Diffstat (limited to 'src/reader.go')
| -rw-r--r-- | src/reader.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/reader.go b/src/reader.go index 2c10b8aa..d4764119 100644 --- a/src/reader.go +++ b/src/reader.go @@ -9,8 +9,6 @@ import ( "github.com/junegunn/fzf/src/util" ) -const defaultCommand = `find * -path '*/\.*' -prune -o -type f -print -o -type l -print 2> /dev/null` - // Reader reads from command or standard input type Reader struct { pusher func(string) |
