1
1
mirror of https://github.com/jarun/nnn.git synced 2024-09-11 04:55:25 +03:00

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"