Include hidden files in find-edit
This commit is contained in:
parent
aa58d7c025
commit
7b4caabaa0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue