1
0
Fork 0
forked from mirror/nnn

Fix condition

This commit is contained in:
Arun Prakash Jana 2022-02-21 02:01:03 +05:30
parent 816680ed01
commit 953643b9f1
No known key found for this signature in database
GPG key ID: A75979F35C080412

View file

@ -19,7 +19,7 @@ resp=f
all=
if type dragon-drag-and-drop >/dev/null 2>&1; then
dnd="dragon-drag-and-drop"
if type dragon-drop >/dev/null 2>&1; then
elif type dragon-drop >/dev/null 2>&1; then
dnd="dragon-drop"
else
dnd="dragon"