Include hidden files in find-edit

This commit is contained in:
Talia 2023-04-26 14:34:28 +02:00
parent aa58d7c025
commit 7b4caabaa0

View file

@ -6,7 +6,7 @@ then
else
if which fzf > /dev/null
then
file=$(fzf -1 -q "$1")
file=$(find . | fzf -1 -q "$1")
found=$?
elif which dmenu > /dev/null
then