Use enhanced pager: most

This commit is contained in:
Yax 2022-03-15 15:25:39 +01:00
parent 7fdf56cd40
commit 1a19106777

View file

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