mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 21:36:42 +00:00
Merge pull request #1313 from N-R-K/dragon_name
dragdrop: use "dragon-drop" if it exists
This commit is contained in:
commit
816680ed01
|
@ -19,6 +19,8 @@ resp=f
|
||||||
all=
|
all=
|
||||||
if type dragon-drag-and-drop >/dev/null 2>&1; then
|
if type dragon-drag-and-drop >/dev/null 2>&1; then
|
||||||
dnd="dragon-drag-and-drop"
|
dnd="dragon-drag-and-drop"
|
||||||
|
if type dragon-drop >/dev/null 2>&1; then
|
||||||
|
dnd="dragon-drop"
|
||||||
else
|
else
|
||||||
dnd="dragon"
|
dnd="dragon"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue