Use enhanced pager: most

main
Yax 3 years ago
parent 7fdf56cd40
commit 1a19106777

@ -115,6 +115,10 @@ if hash fd 2>/dev/null; then
alias fdfind='fd' alias fdfind='fd'
fi fi
if command -v most > /dev/null 2>&1; then
export PAGER="most"
fi
# ------------------------------------------------------------- # -------------------------------------------------------------
# Source .bashrc.d files # Source .bashrc.d files
# ------------------------------------------------------------- # -------------------------------------------------------------

Loading…
Cancel
Save