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
There should be a command named delta doctor or delta --doctor which checks various aspects of the user's environment and reports on anything that seems like it will cause problems with delta usage.
For example, this could check for:
less version (see the many issues from Windows users with broken installed version of less)
24bit color support and box-drawing unicode characters support etc (at least, it could print out some content and link the user to an image showing what it should look like)
cannot read git config
essential delta config does not seem to be present in git config
There should be a command named
delta doctorordelta --doctorwhich checks various aspects of the user's environment and reports on anything that seems like it will cause problems with delta usage.For example, this could check for:
lessversion (see the many issues from Windows users with broken installed version ofless)GIT_PAGERenv var that doesn't contain "delta"*PAGERenv var using a pager other thanlessPerhaps it should be possible to silence selected warnings via delta config.