wplib-box
wplib-box copied to clipboard
Fix LESS so it does not trigger on git commands
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.