Make find-edit skip fzf if only 1 option

This commit is contained in:
Talia 2023-02-07 09:24:26 +01:00
parent 387a25fdf0
commit 20c3a5f094
1 changed files with 1 additions and 1 deletions

View File

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