diff options
Diffstat (limited to 'plugins/dragdrop')
| -rwxr-xr-x | plugins/dragdrop | 2 |
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 |