wplib-box icon indicating copy to clipboard operation
wplib-box copied to clipboard

Fix LESS so it does not trigger on git commands

Open mikeschinkel opened this issue 7 years ago • 0 comments

Every time I run a git command it triggers LESS for something as simple as a git log -3 or git branch. IMO LESS should only trigger if you explicitly want it, .e.g when you pipe to it. I have been fixing this by running unset(LESS) but I we shouldn't have to do that.

mikeschinkel avatar Sep 02 '18 22:09 mikeschinkel