summaryrefslogtreecommitdiffstats
path: root/.local/bin/p
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/p')
-rwxr-xr-x.local/bin/p4
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/p b/.local/bin/p
index 3b2aef1..7951699 100755
--- a/.local/bin/p
+++ b/.local/bin/p
@@ -1,3 +1,3 @@
-#!/bin/sh --
+#!/bin/sh --
-exec "${PAGER:-less}" "$@"
+"${PAGER:-more}" "$@"