X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/973a276791506b72aa9013190b6d9366ab9fd17f..de4637f97cad9a689386999615e329b166952a32:/base/.zshrc diff --git a/base/.zshrc b/base/.zshrc index c5e4093..be7fb3e 100644 --- a/base/.zshrc +++ b/base/.zshrc @@ -160,7 +160,7 @@ else fi unfunction check-busybox if [[ "$(basename "$PAGER")" = "less" ]] { - ps="$ps | less -SE" + ps="$ps | less -S" } else { ps="$ps | \"${PAGER:-more}\"" }