3 ms·
Is there an advantage to overriding the man command over the approach of just directly exporting the env variables in bashrc? I currently do the latter and I do
by dkharrat 10y ago
Is there an advantage to overriding the man command over the approach of just directly exporting the env variables in bashrc? I currently do the latter and I don't override the man function. I suppose overriding the man function would allow for man-specific customizations, but perhaps there are other good reasons too?
- JoshTriplett 10y agoYou might not want to override termcap for less in other contexts. Or not in the same way.