aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/preview-tabbed
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/preview-tabbed')
-rwxr-xr-xplugins/preview-tabbed5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/preview-tabbed b/plugins/preview-tabbed
index 7e7e840..b5b5f05 100755
--- a/plugins/preview-tabbed
+++ b/plugins/preview-tabbed
@@ -1,11 +1,9 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Description: tabbed/xembed based file previewer
#
# Note: This plugin needs a "NNN_FIFO" to work. See man.
#
-# Shell: Bash (job control is weakly specified in POSIX)
-#
# Dependencies:
# - tabbed (https://tools.suckless.org/tabbed): xembed host
# - xterm (or urxvt or st) : xembed client for text-based preview
@@ -46,6 +44,7 @@
# [1]: http://tools.suckless.org/tabbed/
# [2]: https://specifications.freedesktop.org/xembed-spec/xembed-spec-latest.html
#
+# Shell: bash (job control is weakly specified in POSIX)
# Author: leovilok