aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/dragdrop
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dragdrop')
-rwxr-xr-xplugins/dragdrop2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dragdrop b/plugins/dragdrop
index bbbd19e..bc01d87 100755
--- a/plugins/dragdrop
+++ b/plugins/dragdrop
@@ -13,7 +13,7 @@
# Shell: POSIX compliant
# Author: 0xACE
-selection=${XDG_CONFIG_HOME:-$HOME/.config}/nnn/.selection
+selection=${NNN_SEL:-${XDG_CONFIG_HOME:-$HOME/.config}/nnn/.selection}
resp=f
all=
if which dragon-drag-and-drop >/dev/null 2>&1; then