mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-06-15 11:11:57 +02:00
Use enhanced pager: most
This commit is contained in:
@@ -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
|
||||||
# -------------------------------------------------------------
|
# -------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user