aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/preview-tabbed
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-06 10:42:29 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-06 10:42:50 +0530
commitcfbb8f21177bf376698fa4d3b625d9627c1237e9 (patch)
tree124fc693a303aa6fca83f44933766be0582cb831 /plugins/preview-tabbed
parentf438ddc28ce30fee3f870e1a7a91e8a1e6f0845f (diff)
downloadnnn-cfbb8f21177bf376698fa4d3b625d9627c1237e9.tar.gz
Uniform plugins
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