aboutsummaryrefslogtreecommitdiff
path: root/bin/dvtm-pager
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-04-22 08:58:50 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-04-22 08:58:50 -0700
commit1256c8655b794bb449fb94e7d797436b1c325689 (patch)
tree651f3a8d3918896faac972a7e9fb33b4e12e5ec0 /bin/dvtm-pager
parent5d3642b8ef920316693031d2ea34b9def0b1abc5 (diff)
chore: rm dvtm from bin directory
Diffstat (limited to 'bin/dvtm-pager')
-rwxr-xr-xbin/dvtm-pager11
1 files changed, 0 insertions, 11 deletions
diff --git a/bin/dvtm-pager b/bin/dvtm-pager
deleted file mode 100755
index 975582b..0000000
--- a/bin/dvtm-pager
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-if [ ! -z "$DVTM_PAGER" ]; then
- PAGER="$DVTM_PAGER"
-elif [ ! -z "$PAGER" ]; then
- PAGER="$PAGER"
-else
- PAGER="less -R"
-fi
-
-exec $PAGER "$@"