Git Log Clears Screen
Steve Klassen (They/Them)

Steve Klassen (They/Them) @mrxinu

About: I learn things, I write things. Repeat.

Location:
Pacific Northwest
Joined:
Jun 17, 2017

Git Log Clears Screen

Publish Date: May 3 '21
5 0

I'm completely new to Mac and one of the things that kept cropping up was the output of a command showing up and then clearing as soon as I exited it (e.g., git log).

I thought I had slain that dragon with a desperate plea to my Twitter timeline, but I was having to add one for each git command for which I didn't want the behavior. And I'm not even entirely sure blowing away paging entirely even made sense.

pager.branch=false
pager.status=false
pager.diff=false
Enter fullscreen mode Exit fullscreen mode

Finally this morning I happened upon this article from 2014 that had the following suggesting I add it to my .zshrc:

export LESS=-iXFR
Enter fullscreen mode Exit fullscreen mode

Finally it's solved and I could cry happy tears.

Comments 0 total

    Add comment