Skip to content

Commit

Permalink
Use default PAGER instead of less
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed May 6, 2024
1 parent 431d1dd commit 8c34df7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/help.am
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ function _help_footer(){
function _help(){
_help_head
_help_body
_help_footer | less
_help_footer | "$PAGER"
}

_help | less
_help | "$PAGER"

0 comments on commit 8c34df7

Please sign in to comment.