Include symlinks in the result

pull/4/head
Junegunn Choi 11 years ago
parent 2bf54a0a57
commit 9efb663f38

2
fzf

@ -136,7 +136,7 @@ C.init_pair 5, C::COLOR_CYAN, C::COLOR_BLACK
@read =
if $stdin.tty?
if !`which find`.empty?
IO.popen("find * -path '*/\\.*' -prune -o -type f -print 2> /dev/null")
IO.popen("find * -path '*/\\.*' -prune -o -type f -print -o -type l -print 2> /dev/null")
else
exit 1
end

Loading…
Cancel
Save