Allow spaces in find-edit query

This commit is contained in:
Talia 2023-05-17 16:46:56 +02:00
parent 7a1c9d7b19
commit e8abc2dabd
1 changed files with 1 additions and 1 deletions

View File

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