Skip to content

Instantly share code, notes, and snippets.

@antonkratz
Created December 11, 2018 18:58
Show Gist options
  • Save antonkratz/1ca7ca0134c2f4998f05da40e6f4c981 to your computer and use it in GitHub Desktop.
Save antonkratz/1ca7ca0134c2f4998f05da40e6f4c981 to your computer and use it in GitHub Desktop.
You might run into a situation where git log, man man display absolutely nothing.

You might run into a situation where git log, man man display absolutely nothing. This could be b/c bash forgot the PAGER variable. How this is possible is beyond me. You must reset the PAGER variable and then it will work again:

export PAGER=less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment