logoalt Hacker News

jpitztoday at 3:05 AM2 repliesview on HN

I'm bothered by it because whatever git command that I'm executing will put its output in a pager and when I quit the pager it's not there anymore. I want the output on the screen when I start typing the next command. Oh my God, this is such a frustrating pattern.


Replies

simon-btoday at 3:15 AM

This is indeed an annoying, but solvable, less default. You can eg use `export LESS="-XF"` to change behaviour.

ventanatoday at 3:07 AM

Then export PAGER= in your shell profile should help!

show 1 reply