mirror of
https://github.com/junegunn/fzf.git
synced 2025-05-19 12:50:22 -07:00
Include symlinks in the result
This commit is contained in:
parent
2bf54a0a57
commit
9efb663f38
2
fzf
2
fzf
@ -136,7 +136,7 @@ C.init_pair 5, C::COLOR_CYAN, C::COLOR_BLACK
|
|||||||
@read =
|
@read =
|
||||||
if $stdin.tty?
|
if $stdin.tty?
|
||||||
if !`which find`.empty?
|
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
|
else
|
||||||
exit 1
|
exit 1
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user