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 # -------------------------------------------------------------