From 1a191067770d527b9dbcd85ca68cb93e69bafe85 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Tue, 15 Mar 2022 15:25:39 +0100 Subject: [PATCH] Use enhanced pager: most --- dot_bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_bashrc b/dot_bashrc index 9e50c9b..3289ac7 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -115,6 +115,10 @@ if hash fd 2>/dev/null; then alias fdfind='fd' fi +if command -v most > /dev/null 2>&1; then + export PAGER="most" +fi + # ------------------------------------------------------------- # Source .bashrc.d files # -------------------------------------------------------------