Include hidden files in find-edit

This commit is contained in:
Talia 2023-04-26 14:34:28 +02:00
parent aa58d7c025
commit 7b4caabaa0
1 changed files with 1 additions and 1 deletions

View File

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