You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is done so that unsetting environment variable via `LESS=` works in
all shells.
For example, unsetting variable in `fish` shell, the command to use is
env LESS= less ...
To avoid handling all the cases we're executing the whole command in
plain `sh`.
0 commit comments