Allow spaces in find-edit query
This commit is contained in:
parent
7a1c9d7b19
commit
e8abc2dabd
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=$(find . | fzf -1 -q "$1")
|
file=$(find . | fzf -1 -q "$*")
|
||||||
found=$?
|
found=$?
|
||||||
elif which dmenu > /dev/null
|
elif which dmenu > /dev/null
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue