We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b11751 + 3f34bbf commit 9a128f1Copy full SHA for 9a128f1
plugins/preview-tui
@@ -459,7 +459,7 @@ image_preview() {
459
elif exists ueberzug && [[ "$NNN_PREVIEWIMGPROG" == +(|ueberzug) ]]; then
460
ueberzug_layer "$1" "$2" "$3" && return
461
elif exists "${NNN_PREVIEWIMGPROG%% *}"; then # can include command flags; only check first word
462
- "$NNN_PREVIEWIMGPROG" "$3" &
+ $NNN_PREVIEWIMGPROG "$3" &
463
else
464
fifo_pager print_bin_info "$3" && return
465
fi
0 commit comments