Use enhanced pager: most
This commit is contained in:
parent
7fdf56cd40
commit
1a19106777
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
# -------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue